diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2014-03-17 17:40:14 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2014-03-17 17:40:14 -0500 |
commit | f7e7fa6d90f86cb42c04b8aca0b0eb173d68185f (patch) | |
tree | c973a6753a1c839e7ba139c8fe88c2bcc80cbf3a /src/mem/ruby/system/RubyPort.hh | |
parent | 11ffa379ab6c9b8a477e45a3ac390f7d60ef6b19 (diff) | |
download | gem5-f7e7fa6d90f86cb42c04b8aca0b0eb173d68185f.tar.xz |
ruby: remove some of the unnecessary code
Diffstat (limited to 'src/mem/ruby/system/RubyPort.hh')
-rw-r--r-- | src/mem/ruby/system/RubyPort.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/system/RubyPort.hh b/src/mem/ruby/system/RubyPort.hh index 38e181165..fffe6bb97 100644 --- a/src/mem/ruby/system/RubyPort.hh +++ b/src/mem/ruby/system/RubyPort.hh @@ -49,7 +49,6 @@ #include "mem/ruby/buffers/MessageBuffer.hh" #include "mem/ruby/system/System.hh" #include "mem/mem_object.hh" -#include "mem/physical.hh" #include "mem/tport.hh" #include "params/RubyPort.hh" @@ -206,8 +205,6 @@ class RubyPort : public MemObject std::vector<PioMasterPort *> master_ports; DrainManager *drainManager; - - RubySystem* ruby_system; System* system; // |