diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-08-03 18:25:30 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-08-03 18:25:30 -0500 |
commit | 720c0be620bd3427b5222e437fc7a82cb3a9ad7f (patch) | |
tree | 8bb28460993cea2b4d33d704fe77d18e491ac4a1 /src/mem/ruby/common | |
parent | 6230668f5e7e4d7298d039a99d3bd73d9064bea9 (diff) | |
download | gem5-720c0be620bd3427b5222e437fc7a82cb3a9ad7f.tar.xz |
Ruby: Remove files and includes not in use
Diffstat (limited to 'src/mem/ruby/common')
-rw-r--r-- | src/mem/ruby/common/Address.hh | 1 | ||||
-rw-r--r-- | src/mem/ruby/common/NetDest.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/common/Address.hh b/src/mem/ruby/common/Address.hh index 38fc047e1..4a9a3adb2 100644 --- a/src/mem/ruby/common/Address.hh +++ b/src/mem/ruby/common/Address.hh @@ -34,7 +34,6 @@ #include "base/hashmap.hh" #include "mem/ruby/common/Global.hh" -#include "mem/ruby/system/MachineID.hh" #include "mem/ruby/system/NodeID.hh" const int ADDRESS_WIDTH = 64; // address width in bytes diff --git a/src/mem/ruby/common/NetDest.cc b/src/mem/ruby/common/NetDest.cc index 12eaa0321..82c60f415 100644 --- a/src/mem/ruby/common/NetDest.cc +++ b/src/mem/ruby/common/NetDest.cc @@ -26,7 +26,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "mem/protocol/Protocol.hh" #include "mem/ruby/common/NetDest.hh" NetDest::NetDest() |