Skip to content

Commit ef14987

Browse files
committed
Remove some commented code
1 parent d86cad3 commit ef14987

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bloqade/qasm2/_qasm_loading.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ def loads(
8383
body=body,
8484
)
8585

86-
# self_arg = ir.BlockArgument(body.blocks[0], 0) # Self argument
87-
8886
body.blocks[0].args.append_from(MethodType, kernel_name + "_self")
89-
# body.blocks[0]._args = (self_arg,)
9087

9188
mt = ir.Method(
9289
sym_name=kernel_name,

0 commit comments

Comments
 (0)