Skip to content

Commit 5202a4e

Browse files
timfelfangerer
authored andcommitted
remove dead code
1 parent f7cbd61 commit 5202a4e

File tree

1 file changed

+0
-2
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python.cext/src/capi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,6 @@ int PyTruffle_Debug(void *arg) {
701701
return 0;
702702
}
703703

704-
#define ARG(__n) ((PyObject*)polyglot_get_arg((__n)))
705-
706704
int truffle_ptr_compare(void* x, void* y, int op) {
707705
switch (op) {
708706
case Py_LT:

0 commit comments

Comments
 (0)