Skip to content

Commit f96ae59

Browse files
Remove unused st from create_pointer_inst
1 parent df2167a commit f96ae59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_ctypes/callproc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,6 @@ create_pointer_inst(PyObject *module, PyObject *arg)
20582058
PyObject *result;
20592059
PyObject *typ;
20602060

2061-
ctypes_state *st = get_module_state(module);
20622061
typ = create_pointer_type(module, (PyObject *)Py_TYPE(arg));
20632062
if (typ == NULL)
20642063
return NULL;

0 commit comments

Comments
 (0)