diff options
Diffstat (limited to 'src/mem/ruby')
-rw-r--r-- | src/mem/ruby/init.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/init.cc b/src/mem/ruby/init.cc index 213d6b176..5efc8f691 100644 --- a/src/mem/ruby/init.cc +++ b/src/mem/ruby/init.cc @@ -191,9 +191,6 @@ void init_simulator() g_eventQueue_ptr = NULL; cout << "Ruby Timing Mode" << endl; -#ifndef MULTIFACET_NO_OPT_WARN - cerr << "Warning: optimizations not enabled." << endl; -#endif if (g_SIMICS) { // LUKE - if we don't set the default SMT threads in condor scripts, |