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