From: Megan Wachs Date: Tue, 16 May 2017 21:43:43 +0000 (-0700) Subject: debug: remove unused auto_int function X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=f7eef9c837acf79fe2616620a094a7f358002c10 debug: remove unused auto_int function --- 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",