codegen: removed unused variable

This commit is contained in:
András Veres-Szentkirályi 2016-02-23 16:17:53 +01:00
parent 3c3bb34b1b
commit f295a07c83

View file

@ -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)