cosmetic: remove unused variable output
[diff2html.git] / diff2html.py
index 5704270..6e2751e 100644 (file)
@@ -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"):