diff options
author | Megan Wachs <megan@sifive.com> | 2017-05-16 14:43:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 14:43:43 -0700 |
commit | f7eef9c837acf79fe2616620a094a7f358002c10 (patch) | |
tree | 7ae305e53dc2d3155a17583f5c3b9015e356d3db /debug | |
parent | d8c989dbdcc2616e928eb12f06a2c55c957a8558 (diff) | |
download | riscv-tests-f7eef9c837acf79fe2616620a094a7f358002c10.zip riscv-tests-f7eef9c837acf79fe2616620a094a7f358002c10.tar.gz riscv-tests-f7eef9c837acf79fe2616620a094a7f358002c10.tar.bz2 |
debug: remove unused auto_int function
Diffstat (limited to 'debug')
-rw-r--r-- | debug/testlib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debug/testlib.py b/debug/testlib.py index 9ca97da..b5bd992 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -403,9 +403,6 @@ def run_all_tests(module, target, parsed): return result -def auto_int (x) : - return int(x, 0) - def add_test_run_options(parser): parser.add_argument("--fail-fast", "-f", action="store_true", |