DORMANTno replies

[PATCH] builtin/apply.c: remove impossible check

From: Nicolas Kaiser <hidden>
Date: 2016-06-15 22:50:42
Subsystem: the rest · Maintainer: Linus Torvalds

'n1' and 'n2' are unsigned of type size_t, and can never
be negative.

Signed-off-by: Nicolas Kaiser <redacted>
---
Testsuite did not regress at my place.

 builtin/apply.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/builtin/apply.c b/builtin/apply.c
index 14951da..6069377 100644
--- a/builtin/apply.c
+++ b/builtin/apply.c
@@ -248,9 +248,6 @@ static int fuzzy_matchlines(const char *s1, size_t n1,
 	const char *last2 = s2 + n2 - 1;
 	int result = 0;
 
-	if (n1 < 0 || n2 < 0)
-		return 0;
-
 	/* ignore line endings */
 	while ((*last1 == '\r') || (*last1 == '\n'))
 		last1--;
-- 
1.7.3.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help