mercurial/cext/util.h
changeset 48822 3aa1b7ded52c
parent 48821 b0dd39b91e7a
--- a/mercurial/cext/util.h	Sun Feb 20 16:09:02 2022 -0700
+++ b/mercurial/cext/util.h	Sun Feb 20 16:11:21 2022 -0700
@@ -10,10 +10,6 @@
 
 #include "compat.h"
 
-#if PY_MAJOR_VERSION >= 3
-#define IS_PY3K
-#endif
-
 /* clang-format off */
 typedef struct {
 	PyObject_HEAD