# HG changeset patch # User Siddharth Agarwal # Date 1401229343 25200 # Node ID a96a3d1261c600265e91dbb53d20b6bf5f3a8453 # Parent 05bd2667df4d8a0acf9ca079bf727557adf9fdcc parsers: remove no longer used dirstate_unset diff -r 05bd2667df4d -r a96a3d1261c6 mercurial/parsers.c --- a/mercurial/parsers.c Tue May 27 15:17:38 2014 -0700 +++ b/mercurial/parsers.c Tue May 27 15:22:23 2014 -0700 @@ -253,8 +253,6 @@ return 0; } -static PyObject *dirstate_unset; - /* * Efficiently pack a dirstate object into its on-disk format. */ @@ -2033,8 +2031,6 @@ -1, -1, -1, -1, nullid, 20); if (nullentry) PyObject_GC_UnTrack(nullentry); - - dirstate_unset = Py_BuildValue("ciii", 'n', 0, -1, -1); } static int check_python_version(void)