summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2006-11-11 20:46:56 -0800
committerNathan Binkert <binkertn@umich.edu>2006-11-11 20:46:56 -0800
commit3f280bb2e86ed8282862ec8fae84b8061f290bf7 (patch)
tree5f1f8ed709125b415d845c29f28f75586c9cedab /src/base
parentaec0afd59fa1c646f0630d58b5d6b97638aff7d2 (diff)
downloadgem5-3f280bb2e86ed8282862ec8fae84b8061f290bf7.tar.xz
set TRACING_ON one way or another explicitly in the
SConscript file instead of basing it on DEBUG --HG-- extra : convert_revision : 6e6807cc4350ef92baeaaabfeb3dc0bb785128ba
Diffstat (limited to 'src/base')
-rw-r--r--src/base/trace.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/base/trace.hh b/src/base/trace.hh
index 8df5dd893..9b053990c 100644
--- a/src/base/trace.hh
+++ b/src/base/trace.hh
@@ -39,14 +39,6 @@
#include "sim/host.hh"
#include "sim/root.hh"
-#ifndef TRACING_ON
-#ifndef NDEBUG
-#define TRACING_ON 1
-#else
-#define TRACING_ON 0
-#endif
-#endif
-
#include "base/traceflags.hh"
namespace Trace {