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.
This commit is contained in:
Ali Saidi
2015-01-25 07:22:05 -05:00
parent 10b5e5431d
commit 6c4a23c1c6
6 changed files with 3 additions and 797 deletions

View File

@@ -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')