]> granicus.if.org Git - graphviz/commitdiff
remove some unused variables in rtest
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 21:37:33 +0000 (14:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
rtest/rtest.py

index 6870c906dd0e32eb46f02ffea7fc6227badf5a61..03f5d270c6b39595a5a133f81ad0fa84ec226267 100755 (executable)
@@ -63,9 +63,6 @@ def skipLines():
 # Stop at a blank line
 def readSubtests():
   SUBTESTS = []
-  ALG = []
-  FMT = []
-  FLAGS = []
   while True:
     LINE = readLine()
     if LINE == '':