remove superfluous NOTREACHED comment
authordjm <djm@openbsd.org>
Thu, 25 Aug 2016 23:56:51 +0000 (23:56 +0000)
committerdjm <djm@openbsd.org>
Thu, 25 Aug 2016 23:56:51 +0000 (23:56 +0000)
usr.bin/ssh/readconf.c

index c84e7e4..7c7029a 100644 (file)
@@ -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 <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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);