Skip to content

Commit a75db41

Browse files
author
Michal Medvecky
committed
rm operation proxy
1 parent fa89958 commit a75db41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode_dsl/PBytecodeDSLRootNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@
310310
@OperationProxy(value = PyObjectIsNotTrueNode.class, name = "Not")
311311
@OperationProxy(value = ListNodes.AppendNode.class, name = "ListAppend")
312312
@OperationProxy(value = SetNodes.AddNode.class, name = "SetAdd")
313-
// @OperationProxy(value = CopyDictWithoutKeysNode.class, name = "CopyDictWithoutKeys")
314313
@ShortCircuitOperation(name = "BoolAnd", booleanConverter = PyObjectIsTrueNode.class, operator = Operator.AND_RETURN_VALUE)
315314
@ShortCircuitOperation(name = "BoolOr", booleanConverter = PyObjectIsTrueNode.class, operator = Operator.OR_RETURN_VALUE)
316315
@ShortCircuitOperation(name = "PrimitiveBoolAnd", operator = Operator.AND_RETURN_VALUE)

0 commit comments

Comments
 (0)