summaryrefslogtreecommitdiff
path: root/src/mem/ruby/tester/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/tester/main.cc')
-rw-r--r--src/mem/ruby/tester/main.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/ruby/tester/main.cc b/src/mem/ruby/tester/main.cc
index f36168c8e..5e77488e9 100644
--- a/src/mem/ruby/tester/main.cc
+++ b/src/mem/ruby/tester/main.cc
@@ -43,9 +43,5 @@
int main(int argc, char *argv[])
{
- if (g_SIMULATING) {
- ERROR_MSG("g_SIMULATING should not be defined.");
- }
-
tester_main(argc, argv);
}