mercurial/cext/util.h
changeset 48025 631f6b445a77
parent 47975 ec178161a8d1
child 48138 38488d488ec1
--- a/mercurial/cext/util.h	Mon Sep 20 20:20:55 2021 +0200
+++ b/mercurial/cext/util.h	Mon Sep 20 20:21:35 2021 +0200
@@ -38,7 +38,6 @@
 static const unsigned char dirstate_flag_merged = 1 << 4;
 static const unsigned char dirstate_flag_clean_p1 = 1 << 5;
 static const unsigned char dirstate_flag_clean_p2 = 1 << 6;
-static const unsigned char dirstate_flag_rust_special = 1 << 7;
 
 extern PyTypeObject dirstateItemType;
 #define dirstate_tuple_check(op) (Py_TYPE(op) == &dirstateItemType)