debug: remove unused auto_int function
[riscv-tests.git] / debug / testlib.py
index 9ca97da68485c628d9d25cccab38728019627b3d..b5bd992234cd2252a30d2018076d71614d1459a1 100644 (file)
@@ -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",