summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_counter.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/_counter.c b/src/_counter.c
index 0863539..d8805db 100644
--- a/src/_counter.c
+++ b/src/_counter.c
@@ -32,11 +32,7 @@
static int
CounterObject_init(PCT_CounterObject *self, PyObject *args, PyObject *kwargs)
{
-#ifdef IS_PY3K
PyBytesObject *prefix=NULL, *suffix=NULL, *initval=NULL;
-#else
- PyStringObject *prefix=NULL, *suffix=NULL, *initval=NULL;
-#endif
int allow_wraparound = 0;
Py_ssize_t size;