From patchwork Thu May 29 23:19:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2,of,5,V2] parsers: remove no longer used dirstate_unset From: Siddharth Agarwal X-Patchwork-Id: 4898 Message-Id: To: Date: Thu, 29 May 2014 16:19:17 -0700 # HG changeset patch # User Siddharth Agarwal # Date 1401229343 25200 # Tue May 27 15:22:23 2014 -0700 # Node ID c8b554d5951988222aeab65ef56eaf291c2ec930 # Parent 2c2127948317ee1615b4d3f2bbd458937b2bc08a 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)