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/protocol | |
parent | 6230668f5e7e4d7298d039a99d3bd73d9064bea9 (diff) | |
download | gem5-720c0be620bd3427b5222e437fc7a82cb3a9ad7f.tar.xz |
Ruby: Remove files and includes not in use
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/MESI_CMP_directory-L1cache.sm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/protocol/MESI_CMP_directory-L1cache.sm b/src/mem/protocol/MESI_CMP_directory-L1cache.sm index 287bda004..b2ba0872e 100644 --- a/src/mem/protocol/MESI_CMP_directory-L1cache.sm +++ b/src/mem/protocol/MESI_CMP_directory-L1cache.sm @@ -130,7 +130,6 @@ machine(L1Cache, "MSI Directory L1 Cache CMP") MessageBuffer mandatoryQueue, ordered="false"; - int cache_state_to_int(State state); int l2_select_low_bit, default="RubySystem::getBlockSizeBits()"; void set_cache_entry(AbstractCacheEntry a); |