From 4a0da223fddea395afd2bb78fbb4bb44c850da61 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Oct 2015 23:48:25 +0530 Subject: [PATCH] ... --- src/calibre/utils/speedup.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calibre/utils/speedup.c b/src/calibre/utils/speedup.c index 37d79279ee..9cad526e8d 100644 --- a/src/calibre/utils/speedup.c +++ b/src/calibre/utils/speedup.c @@ -246,10 +246,6 @@ speedup_websocket_mask(PyObject *self, PyObject *args) { return ans; } -#if PY_VERSION_HEX >= 0x03030000 -#error Not implemented for python >= 3.3 -#endif - #define UTF8_ACCEPT 0 #define UTF8_REJECT 1