--- 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