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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eab5f8a43d49801fbf7e642fed8d708e4030ff33;p=python Remove unused variable. --- diff --git a/Doc/tools/mkinfo b/Doc/tools/mkinfo index 64fb86e42b..65add7c730 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}