diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/example/ruby_mem_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/example/ruby_mem_test.py b/configs/example/ruby_mem_test.py index 858d13ee8..1d3e20412 100644 --- a/configs/example/ruby_mem_test.py +++ b/configs/example/ruby_mem_test.py @@ -43,7 +43,6 @@ import Ruby # Get paths we might need. It's expected this file is in m5/configs/example. config_path = os.path.dirname(os.path.abspath(__file__)) config_root = os.path.dirname(config_path) -m5_root = os.path.dirname(config_root) parser = optparse.OptionParser() Options.addCommonOptions(parser) |