Skip to content

Commit 5e5f698

Browse files
committed
remove warnings
1 parent 168fe43 commit 5e5f698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_tkinter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,6 @@ Tktt_Dealloc(PyObject *op)
27762776
{
27772777
PyTypeObject *tp = Py_TYPE(op);
27782778
PyObject_GC_UnTrack(op);
2779-
TkttObject *self = TkttObject_CAST(op);
27802779
(void)Tktt_Clear(op);
27812780
tp->tp_free(op);
27822781
Py_DECREF(tp);

0 commit comments

Comments
 (0)