Remove unused parameters from PeerMap creation
authorIustin Pop <iustin@google.com>
Wed, 27 May 2009 20:09:47 +0000 (21:09 +0100)
committerIustin Pop <iustin@google.com>
Wed, 27 May 2009 20:09:47 +0000 (21:09 +0100)
commit17c59f4b2e23914b2b7d32ecb12fa29ec110eb71
tree3b6f55519187a4d04459883cd56e293c0d21ee81
parentf9fc7a63140ed5b2d06fcdbdf2018295a00f9c87
Remove unused parameters from PeerMap creation

We remove some unused arguments (added way back for compatibility with
Arrays, which we didn't use in the end). This makes the code clearer
(and doesn't need the Ndx type to be an instance of Num).
Ganeti/HTools/Node.hs
Ganeti/HTools/PeerMap.hs