From c9d556f8b4e547753a77cfe5cf60cf32408aa42a Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Fri, 15 Jun 2012 15:20:36 +0200 Subject: [PATCH] cosmetic: remove unused variable l 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 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: -- 2.20.1