mercurial/parsers.c
changeset 21807 a96a3d1261c6
parent 21806 05bd2667df4d
child 21809 e250b8300e6e
--- 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)