diff options
Diffstat (limited to 'src/python/m5/main.py')
-rw-r--r-- | src/python/m5/main.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py index 49314303b..ad452886a 100644 --- a/src/python/m5/main.py +++ b/src/python/m5/main.py @@ -410,10 +410,6 @@ def main(*args): scope = { '__file__' : filename, '__name__' : '__m5_main__' } - # we want readline if we're doing anything interactive - if options.interactive or options.pdb: - exec "import readline" in scope - # if pdb was requested, execfile the thing under pdb, otherwise, # just do the execfile normally if options.pdb: |