From patchwork Wed May 28 05:05:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2,of,5] parsers: remove no longer used dirstate_unset From: Siddharth Agarwal X-Patchwork-Id: 4877 Message-Id: To: Date: Tue, 27 May 2014 22:05:18 -0700 # HG changeset patch # User Siddharth Agarwal # Date 1401229343 25200 # Tue May 27 15:22:23 2014 -0700 # Node ID bd159c3071e91c5764e255253e2cec1eb703006f # Parent 56c3003308932542cb37fc905aade2d489712162 parsers: remove no longer used dirstate_unset diff --git a/mercurial/parsers.c b/mercurial/parsers.c --- a/mercurial/parsers.c +++ b/mercurial/parsers.c @@ -253,8 +253,6 @@ return 0; } -static PyObject *dirstate_unset; - /* * Efficiently pack a dirstate object into its on-disk format. */ @@ -2037,8 +2035,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)