From: Matthew Fernandez Date: Sat, 17 Oct 2020 21:37:33 +0000 (-0700) Subject: remove some unused variables in rtest X-Git-Tag: 2.46.0~20^2^2~16^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a7c69e1a9b15352e3aaf966e199206bf393a137;p=graphviz remove some unused variables in rtest --- diff --git a/rtest/rtest.py b/rtest/rtest.py index 6870c906d..03f5d270c 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -63,9 +63,6 @@ def skipLines(): # Stop at a blank line def readSubtests(): SUBTESTS = [] - ALG = [] - FMT = [] - FLAGS = [] while True: LINE = readLine() if LINE == '':