From f295a07c8309ed39f11d5855ed68ff27b7621c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Tue, 23 Feb 2016 16:17:53 +0100 Subject: [PATCH] codegen: removed unused variable --- pysstv/examples/codegen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pysstv/examples/codegen.py b/pysstv/examples/codegen.py index 68fb9cd..2e82854 100644 --- a/pysstv/examples/codegen.py +++ b/pysstv/examples/codegen.py @@ -85,7 +85,6 @@ def gen_matches(same_as, history, n): cur_start = None cur_len = None cur_end = None - matches = [] for i in xrange(n): if cur_start is None: tmp = same_as.get(i)