From: Olivier Matz Date: Fri, 15 Jun 2012 13:20:36 +0000 (+0200) Subject: cosmetic: remove unused variable l X-Git-Tag: v1.0~10 X-Git-Url: http://git.droids-corp.org/?p=diff2html.git;a=commitdiff_plain;h=c9d556f8b4e547753a77cfe5cf60cf32408aa42a cosmetic: remove unused variable l Signed-off-by: Sergey Satskiy Signed-off-by: Olivier Matz --- diff --git a/diff2html.py b/diff2html.py index 9c0af69..5704270 100644 --- a/diff2html.py +++ b/diff2html.py @@ -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: