##// END OF EJS Templates
parsers: remove no longer used dirstate_unset
Siddharth Agarwal -
r21807:a96a3d12 default
parent child Browse files
Show More
@@ -253,8 +253,6 b' static inline int getintat(PyObject *tup'
253 return 0;
253 return 0;
254 }
254 }
255
255
256 static PyObject *dirstate_unset;
257
258 /*
256 /*
259 * Efficiently pack a dirstate object into its on-disk format.
257 * Efficiently pack a dirstate object into its on-disk format.
260 */
258 */
@@ -2033,8 +2031,6 b' static void module_init(PyObject *mod)'
2033 -1, -1, -1, -1, nullid, 20);
2031 -1, -1, -1, -1, nullid, 20);
2034 if (nullentry)
2032 if (nullentry)
2035 PyObject_GC_UnTrack(nullentry);
2033 PyObject_GC_UnTrack(nullentry);
2036
2037 dirstate_unset = Py_BuildValue("ciii", 'n', 0, -1, -1);
2038 }
2034 }
2039
2035
2040 static int check_python_version(void)
2036 static int check_python_version(void)
General Comments 0
You need to be logged in to leave comments. Login now