Skip to content
Snippets Groups Projects
Commit 98af9462 authored by Marcel Koch's avatar Marcel Koch
Browse files

do not delete keys from dict

parent 162910ba
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ def blockstructured_iname_duplication(kernel):
for s in suffixes:
if base + s in duplication_options:
dup_kernel = duplicate_inames(dup_kernel, base + s, duplication_options[base + s])
del duplication_options[base + s]
if has_schedulable_iname_nesting(dup_kernel):
return dup_kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment