From 304a940889e7673a017147e2dcbdaefb564f427a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 13:50:37 +1100 Subject: - djm@cvs.openbsd.org 2006/03/17 22:31:11 [authfd.c] unreachanble statement, found by lint --- authfd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'authfd.c') diff --git a/authfd.c b/authfd.c index 421d75a77..22c585e94 100644 --- a/authfd.c +++ b/authfd.c @@ -337,7 +337,6 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio break; default: return NULL; - break; } /* Decrement the number of remaining entries. */ auth->howmany--; -- cgit v1.2.3