style: clean up ruby's Set class
authorNathan Binkert <nate@binkert.org>
Tue, 1 Jun 2010 18:38:56 +0000 (11:38 -0700)
committerNathan Binkert <nate@binkert.org>
Tue, 1 Jun 2010 18:38:56 +0000 (11:38 -0700)
commitc1aabe8172215c293f3540bce08739b22871d538
tree598d2d86a2643bedcb4945f83d26666278fc5505
parentbb589d463b6f0d7b5024a90470547034e0ef5d1e
style: clean up ruby's Set class

Further cleanup should probably be done to make this class be non-Ruby
specific and put it in src/base.

There are probably several cases where this class is used, std::bitset
could be used instead.
src/mem/ruby/common/NetDest.cc
src/mem/ruby/common/Set.cc
src/mem/ruby/common/Set.hh