diff options
Diffstat (limited to 'src/mem/ruby/common/Global.hh')
-rw-r--r-- | src/mem/ruby/common/Global.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/common/Global.hh b/src/mem/ruby/common/Global.hh index cae7cb16b..f76a1a26b 100644 --- a/src/mem/ruby/common/Global.hh +++ b/src/mem/ruby/common/Global.hh @@ -31,9 +31,6 @@ #include "base/str.hh" -class RubyEventQueue; -extern RubyEventQueue* g_eventQueue_ptr; - class RubySystem; extern RubySystem* g_system_ptr; |