summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Config.h')
-rw-r--r--py/modules/IcePy/Config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/py/modules/IcePy/Config.h b/py/modules/IcePy/Config.h
index 6339ed0f04c..a8700b66cb4 100644
--- a/py/modules/IcePy/Config.h
+++ b/py/modules/IcePy/Config.h
@@ -32,12 +32,4 @@
#endif
#define STRCAST(s) const_cast<char*>(s)
-//
-// Python 2.5 compatibility.
-//
-#if PY_VERSION_HEX < 0x02050000
- typedef int Py_ssize_t;
-# define ICEPY_OLD_EXCEPTIONS
-#endif
-
#endif