From ad3d66724c62f87c720185bad6f6be71627339de Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Fri, 15 Jun 2012 15:32:23 +0200 Subject: [PATCH] cosmetic: remove unused variable output Signed-off-by: Sergey Satskiy Signed-off-by: Olivier Matz --- diff2html.py | 1 - 1 file changed, 1 deletion(-) 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"): -- 2.20.1