From 6c4a23c1c637d77f60df9516d0f36c71d12a2298 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sun, 25 Jan 2015 07:22:05 -0500 Subject: 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. --- src/cpu/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/SConscript') 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') -- cgit v1.2.3