summaryrefslogtreecommitdiff
path: root/src/cpu/SConscript
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2015-01-25 07:22:05 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2015-01-25 07:22:05 -0500
commit6c4a23c1c637d77f60df9516d0f36c71d12a2298 (patch)
treec7be42538c1e10a9b8dfff7f41fddc5cefd7d138 /src/cpu/SConscript
parent10b5e5431d004fe51df30140f20346b2c91248fb (diff)
downloadgem5-6c4a23c1c637d77f60df9516d0f36c71d12a2298.tar.xz
cpu: remove legion tracer
If someone wants to debug with legion again they can restore the code from the repository, but no need to have it hang around indefinately.
Diffstat (limited to 'src/cpu/SConscript')
-rw-r--r--src/cpu/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript
index 570f5e2f1..0f5d53b37 100644
--- a/src/cpu/SConscript
+++ b/src/cpu/SConscript
@@ -64,10 +64,6 @@ Source('thread_context.cc')
Source('thread_state.cc')
Source('timing_expr.cc')
-if env['TARGET_ISA'] == 'sparc':
- SimObject('LegionTrace.py')
- Source('legiontrace.cc')
-
SimObject('DummyChecker.py')
SimObject('StaticInstFlags.py')
Source('checker/cpu.cc')