diff options
author | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:13 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:13 -0800 |
commit | f15f252d4e45f74a3b6e5ef0a7afacc656480792 (patch) | |
tree | 92445e959dbc707e290659ac9ccdd4782992fdf4 /src/sim/SConscript | |
parent | 51d780fa4d84316bdd56a2d7cd405642e887c649 (diff) | |
download | gem5-f15f252d4e45f74a3b6e5ef0a7afacc656480792.tar.xz |
python: Rework how things are imported
Diffstat (limited to 'src/sim/SConscript')
-rw-r--r-- | src/sim/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/SConscript b/src/sim/SConscript index 48200161c..750007947 100644 --- a/src/sim/SConscript +++ b/src/sim/SConscript @@ -36,7 +36,6 @@ SimObject('System.py') SimObject('InstTracer.py') Source('async.cc') -Source('compile_info.cc') Source('core.cc') Source('debug.cc') Source('eventq.cc') |