cosmetic: remove unused variable l
[diff2html.git] / diff2html.py
index 9c0af69..5704270 100644 (file)
@@ -164,7 +164,6 @@ def linediff(s, t):
 def convert(s, linesize=0, ponct=0):
     i = 0
     t = ""
-    l=[]
     for c in s:
         # used by diffs
         if c == DIFFON: