Mercurial > hg
changeset 21807:a96a3d1261c6
parsers: remove no longer used dirstate_unset
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Tue, 27 May 2014 15:22:23 -0700 |
parents | 05bd2667df4d |
children | 7537e57f5dbd |
files | mercurial/parsers.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)