From: Olivier Matz Date: Fri, 15 Jun 2012 13:32:23 +0000 (+0200) Subject: cosmetic: remove unused variable output X-Git-Tag: v1.0~9 X-Git-Url: http://git.droids-corp.org/?p=diff2html.git;a=commitdiff_plain;h=ad3d66724c62f87c720185bad6f6be71627339de;hp=c9d556f8b4e547753a77cfe5cf60cf32408aa42a cosmetic: remove unused variable output Signed-off-by: Sergey Satskiy Signed-off-by: Olivier Matz --- diff --git a/diff2html.py b/diff2html.py index 5704270..6e2751e 100644 --- a/diff2html.py +++ b/diff2html.py @@ -395,7 +395,6 @@ def main(): print str(err) # will print something like "option -a not recognized" usage() sys.exit(2) - output = None verbose = False for o, a in opts: if o in ("-h", "--help"):