]> granicus.if.org Git - graphviz/commitdiff
remove unused IDX variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 19:42:45 +0000 (12:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Oct 2020 02:15:43 +0000 (19:15 -0700)
rtest/rtest.py

index 72c962efaeb841831e39313e2b47a6061aee322a..4498531293ac35c05de0e4672dd66a5a7ede601c 100755 (executable)
@@ -31,7 +31,6 @@ DIFFIMG = os.environ.get('DIFFIMG', shutil.which('diffimg'))
 
 TESTNAME = ''   # name of test
 GRAPH = ''      # graph specification
-IDX = ''
 CRASH_CNT = 0
 DIFF_CNT = 0
 TOT_CNT = 0