From: Matthew Fernandez Date: Sat, 24 Oct 2020 19:43:38 +0000 (-0700) Subject: remove unused GRAPH variable X-Git-Tag: 2.46.0~20^2^2~3^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ac847c4a92a60dbd4e397ce73311fec04493d9;p=graphviz remove unused GRAPH variable --- diff --git a/rtest/rtest.py b/rtest/rtest.py index 449853129..2a044bff1 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -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