diff options
Diffstat (limited to 'src/mem/ruby/common/Global.hh')
-rw-r--r-- | src/mem/ruby/common/Global.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mem/ruby/common/Global.hh b/src/mem/ruby/common/Global.hh index f76a1a26b..d6597be89 100644 --- a/src/mem/ruby/common/Global.hh +++ b/src/mem/ruby/common/Global.hh @@ -34,12 +34,5 @@ class RubySystem; extern RubySystem* g_system_ptr; -// FIXME: this is required by the contructor of Directory_Entry.hh. -// It can't go into slicc_util.hh because it opens a can of ugly worms -extern inline int max_tokens() -{ - return 1024; -} - #endif // __MEM_RUBY_COMMON_GLOBAL_HH__ |