From: Fred Drake Date: Tue, 9 Jul 2002 03:24:32 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v2.3c1~5074 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eab5f8a43d49801fbf7e642fed8d708e4030ff33;p=thirdparty%2FPython%2Fcpython.git Remove unused variable. --- diff --git a/Doc/tools/mkinfo b/Doc/tools/mkinfo index 64fb86e42b2d..65add7c730f1 100755 --- a/Doc/tools/mkinfo +++ b/Doc/tools/mkinfo @@ -7,7 +7,6 @@ # # Written by Fred L. Drake, Jr. -PERL=${PERL:-perl} EMACS=${EMACS:-emacs} MAKEINFO=${MAKEINFO:-makeinfo}