Remove unused and obsolete function
authorIustin Pop <iustin@google.com>
Sun, 22 Mar 2009 00:18:22 +0000 (01:18 +0100)
committerIustin Pop <iustin@google.com>
Sun, 22 Mar 2009 00:18:22 +0000 (01:18 +0100)
commit6e75a4451fc2ca6aac51b58ad48aa73e4e629816
treed642d8f3b52f64e5a99bd31f382d5978d2009241
parent04be800ae437719a9f0067829ab30c09bdbe99cd
Remove unused and obsolete function

The Node.str function is very old and is not useful since the node
objects have much more fields today. This patch removes it, and if
needed a full node display can be done via ‘show’.
Ganeti/HTools/Node.hs