From: Matthew Fernandez Date: Sat, 17 Oct 2020 21:41:26 +0000 (-0700) Subject: remove legacy comment X-Git-Tag: 2.46.0~20^2^2~16^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3329c9e44d551d4b71b02c55673eb7c5ab1f244e;p=graphviz remove legacy comment The variable this is referring to, LINECNT, was removed when this script was ported to Python in a1b9ffc0c37a435607ac8b1c123c8c542ef1cec9. --- diff --git a/rtest/rtest.py b/rtest/rtest.py index 03f5d270c..0975322a8 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -39,7 +39,7 @@ TMPINFILE = 'tmp{}.gv'.format(os.getpid()) TMPFILE1 = 'tmpnew{}'.format(os.getpid()) TMPFILE2 = 'tmpref{}'.format(os.getpid()) -# Read single line, storing it in LINE and update count. +# Read single line, storing it in LINE. # Returns the line on success, else returns None def readLine(): LINE = f3.readline()