mercurial/parsers.c
changeset 26051 af090796cb33
parent 26049 b1634b7804c7
child 26052 b970418bbafe
--- a/mercurial/parsers.c	Tue Aug 18 16:32:41 2015 -0400
+++ b/mercurial/parsers.c	Tue Aug 18 16:39:26 2015 -0400
@@ -478,9 +478,6 @@
 			      &str, &readlen))
 		goto quit;
 
-	if (readlen < 0)
-		goto quit;
-
 	len = readlen;
 
 	/* read parents */