From 3329c9e44d551d4b71b02c55673eb7c5ab1f244e Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 17 Oct 2020 14:41:26 -0700 Subject: [PATCH] remove legacy comment The variable this is referring to, LINECNT, was removed when this script was ported to Python in a1b9ffc0c37a435607ac8b1c123c8c542ef1cec9. --- rtest/rtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.40.0