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

index 4498531293ac35c05de0e4672dd66a5a7ede601c..2a044bff1cc42fec569ed74a1768d6cea069be60 100755 (executable)
@@ -30,7 +30,6 @@ DOT = os.environ.get('DOT', shutil.which('dot'))
 DIFFIMG = os.environ.get('DIFFIMG', shutil.which('diffimg'))
 
 TESTNAME = ''   # name of test
-GRAPH = ''      # graph specification
 CRASH_CNT = 0
 DIFF_CNT = 0
 TOT_CNT = 0