ruby: strip out some unused defines

This commit is contained in:
Nathan Binkert
2009-05-11 10:38:44 -07:00
parent 2f30950143
commit b05da09cd6
5 changed files with 0 additions and 28 deletions

View File

@@ -68,9 +68,7 @@ WHITESPACE [ \t]
%{
#ifdef IS_RUBY
#include "Global.hh"
#endif
using namespace std;
#include <string>

View File

@@ -65,9 +65,7 @@
/* Includes */
/*------------------------------------------------------------------------*/
#ifdef IS_RUBY
#include "Global.hh"
#endif
using namespace std;
#include <string>

View File

@@ -34,18 +34,8 @@
/* Includes */
/*------------------------------------------------------------------------*/
#ifdef IS_OPAL
#include "hfa.hh"
#endif
#ifdef IS_RUBY
#include "Global.hh"
#define SIM_HALT ASSERT(0)
#endif
#ifdef IS_TOURMALINE
#include "Tourmaline_Global.hh"
#endif
using namespace std;
#include <string>

View File

@@ -72,18 +72,7 @@ using namespace std;
#include "FakeSimicsDataTypes.hh"
#ifdef IS_OPAL
#include "hfatypes.hh"
#include "debugio.hh"
#endif
#ifdef IS_RUBY
#include "Global.hh"
#endif
#ifdef IS_TOURMALINE
#include "Tourmaline_Global.hh"
#endif
#include "confio.hh"
#include "initvar.hh"

View File

@@ -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,