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/system/System.hh | |
parent | 6230668f5e7e4d7298d039a99d3bd73d9064bea9 (diff) | |
download | gem5-720c0be620bd3427b5222e437fc7a82cb3a9ad7f.tar.xz |
Ruby: Remove files and includes not in use
Diffstat (limited to 'src/mem/ruby/system/System.hh')
-rw-r--r-- | src/mem/ruby/system/System.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/system/System.hh b/src/mem/ruby/system/System.hh index 88a0186c5..15abf1c0f 100644 --- a/src/mem/ruby/system/System.hh +++ b/src/mem/ruby/system/System.hh @@ -44,7 +44,6 @@ #include "sim/sim_object.hh" class AbstractController; -class AbstractMemory; class CacheRecorder; class MemoryVector; class Network; @@ -134,7 +133,6 @@ class RubySystem : public SimObject void registerNetwork(Network*); void registerProfiler(Profiler*); void registerTracer(Tracer*); - void registerAbstractMemory(AbstractMemory*); void registerAbstractController(AbstractController*); private: |