Skip to content

Commit e858990

Browse files
committed
Update tuple_ops.c
1 parent 30eaf79 commit e858990

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypyc/lib-rt/tuple_ops.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#include <Python.h>
66
#include "CPy.h"
77

8-
// System-wide empty tuple constant
9-
PyObject * __mypyc_empty_tuple__ = NULL;
10-
118
PyObject *CPySequenceTuple_GetItem(PyObject *tuple, CPyTagged index) {
129
if (CPyTagged_CheckShort(index)) {
1310
Py_ssize_t n = CPyTagged_ShortAsSsize_t(index);

0 commit comments

Comments
 (0)