From 794be835e772d0112e7f14662070f1d75d92b870 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 25 Aug 2016 23:56:52 +0000 Subject: remove superfluous NOTREACHED comment --- usr.bin/ssh/readconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index c84e7e41433..7c7029a2585 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.259 2016/07/22 03:35:11 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.260 2016/08/25 23:56:51 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -843,7 +843,6 @@ process_config_line_depth(Options *options, struct passwd *pw, const char *host, case oBadOption: /* don't panic, but count bad options */ return -1; - /* NOTREACHED */ case oIgnoredUnknownOption: debug("%s line %d: Ignored unknown option \"%s\"", filename, linenum, keyword); -- cgit v1.2.3