Skip to content

Commit b5ae7a4

Browse files
committed
Fix: remove incorrect return.
1 parent 0516a34 commit b5ae7a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ UPCALL_ID(__bool__);
110110
__return_code__; \
111111
return 0; \
112112
} \
113-
__return_code__; \
114-
return 0; \
115113
} else if (arg == Py_None) { \
116114
if (c == 'z') { \
117115
PyTruffle_WriteOut(output_idx, const char*, NULL); \

0 commit comments

Comments
 (0)