Moved all unused methods to the bottom of the file.
authorstephey <stephey>
Wed, 23 Mar 2011 12:56:25 +0000 (12:56 +0000)
committerstephey <stephey>
Wed, 23 Mar 2011 12:56:25 +0000 (12:56 +0000)
commit5e583f6daa764f6caf94207ecb8868c64b55acd0
treecc271f2a143f0c4682f0c5590d9474badc6d1908
parent140a8e3ce38c301a19b47b58ccf09faba60ad37b
Moved all unused methods to the bottom of the file.

NOT yet ready to DELETE them for 2 reasons:

1) Some code is relevant to Jim's task of finding weakly connected heap groups.
2) If Jim ever decides that a state can have effects that go deeper than just 1 level (i.e. if we have effects that tell us that we can visit a.b.c without changing states), then we'd need to use the code to generate traversal graphs before printing. They've already been modified to (mostly) work with states, but just have a few small bugs from me changing other parts of the code.
Robust/src/IR/Flat/RuntimeConflictResolver.java