mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
codegen: removed unused variable
This commit is contained in:
parent
3c3bb34b1b
commit
f295a07c83
|
|
@ -85,7 +85,6 @@ def gen_matches(same_as, history, n):
|
||||||
cur_start = None
|
cur_start = None
|
||||||
cur_len = None
|
cur_len = None
|
||||||
cur_end = None
|
cur_end = None
|
||||||
matches = []
|
|
||||||
for i in xrange(n):
|
for i in xrange(n):
|
||||||
if cur_start is None:
|
if cur_start is None:
|
||||||
tmp = same_as.get(i)
|
tmp = same_as.get(i)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue