debug: remove unused auto_int function
authorMegan Wachs <megan@sifive.com>
Tue, 16 May 2017 21:43:43 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Tue, 16 May 2017 21:43:43 +0000 (14:43 -0700)
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",