diff options
Diffstat (limited to 'python/rpmte-py.c')
-rw-r--r-- | python/rpmte-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c index 75d1cb197..412e54306 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -335,7 +335,6 @@ PyTypeObject rpmte_Type = { 0, /* tp_as_buffer */ Py_TPFLAGS_DEFAULT, /* tp_flags */ rpmte_doc, /* tp_doc */ -#if Py_TPFLAGS_HAVE_ITER 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ @@ -355,7 +354,6 @@ PyTypeObject rpmte_Type = { 0, /* tp_new */ 0, /* tp_free */ 0, /* tp_is_gc */ -#endif }; rpmteObject * rpmte_Wrap(rpmte te) |