Skip to content

Commit 335b032

Browse files
committed
Remove unused var.
1 parent 3a34e32 commit 335b032

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lazy_object_proxy/cext.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,8 +1106,6 @@ static PyObject *Proxy_getattr(
11061106
static int Proxy_setattro(
11071107
ProxyObject *self, PyObject *name, PyObject *value)
11081108
{
1109-
static PyObject *self_str = NULL;
1110-
11111109
if (PyObject_HasAttr((PyObject *)Py_TYPE(self), name))
11121110
return PyObject_GenericSetAttr((PyObject *)self, name, value);
11131111

0 commit comments

Comments
 (0)