Skip to content

Commit 6b1f9ba

Browse files
committed
Merge branch 'phil/new-address-analysis' of https://github.com/QuEraComputing/bloqade-circuit into phil/new-address-analysis
2 parents 5163f6d + 770cdb6 commit 6b1f9ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/analysis/address/impls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def map_(
8787
frame: ForwardFrame[Address],
8888
stmt: ilist.Map | ilist.ForEach,
8989
):
90-
results = []
9190
fn = frame.get(stmt.fn)
9291
collection = frame.get(stmt.collection)
9392
collection_type, values = interp_.unpack_iterable(collection)

0 commit comments

Comments
 (0)