Remove COPY opcode

This commit is contained in:
Sahil Jain
2025-06-30 22:24:01 +05:30
parent 040732920b
commit 6dae4e801f

View File

@@ -2500,8 +2500,6 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
stack.push(next_tup);
}
break;
case Pyc::COPY_A:
break;
default:
fprintf(stderr, "Unsupported opcode: %s (%d)\n", Pyc::OpcodeName(opcode), opcode);
cleanBuild = false;