diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-02-25 17:54:56 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-02-25 17:54:56 -0600 |
commit | e7edd270aabd3705f025e10f3f496723230b01ae (patch) | |
tree | 7e5ae99fe97507ac5ba97b09a1117f1242f218fb /src/mem/ruby/profiler | |
parent | 6bf7153104637c18133fa36c02ca6a4a9b015799 (diff) | |
download | gem5-e7edd270aabd3705f025e10f3f496723230b01ae.tar.xz |
Ruby: Remove libruby
This patch removes libruby_internal.hh, libruby.hh and libruby.cc. It moves
the contents to libruby.hh to RubyRequest.hh and RubyRequest.cc files.
Diffstat (limited to 'src/mem/ruby/profiler')
-rw-r--r-- | src/mem/ruby/profiler/Profiler.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/profiler/Profiler.hh b/src/mem/ruby/profiler/Profiler.hh index 26b5b466d..c0cee1d7d 100644 --- a/src/mem/ruby/profiler/Profiler.hh +++ b/src/mem/ruby/profiler/Profiler.hh @@ -62,7 +62,6 @@ #include "mem/ruby/common/Global.hh" #include "mem/ruby/common/Histogram.hh" #include "mem/ruby/common/Set.hh" -#include "mem/ruby/libruby.hh" #include "mem/ruby/system/MachineID.hh" #include "mem/ruby/system/MemoryControl.hh" #include "mem/ruby/system/NodeID.hh" |