mercurial/cext/manifest.c
changeset 45141 9719e118e4af
parent 45118 d0ef8c1dddd4
child 47043 12450fbea288
--- a/mercurial/cext/manifest.c	Wed Jul 15 14:18:18 2020 -0400
+++ b/mercurial/cext/manifest.c	Thu Jul 16 19:48:49 2020 +0200
@@ -103,8 +103,6 @@
 {
 	char flag;
 	PyObject *hash = nodeof(l, &flag);
-	ssize_t hlen;
-	Py_ssize_t hplen, flen;
 	PyObject *flags;
 	PyObject *tup;
 
@@ -296,7 +294,6 @@
 	Py_ssize_t pl;
 	line *l;
 	char flag;
-	Py_ssize_t consumed;
 	PyObject *ret = NULL, *path = NULL, *hash = NULL, *flags = NULL;
 	l = lmiter_nextline((lmIter *)o);
 	if (!l) {