summaryrefslogtreecommitdiffstats
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.94
1 files changed, 0 insertions, 4 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index a033f7c..7ceeb17 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -470,9 +470,6 @@ statement that cascade should have a
.Li FALLTHROUGH
comment.
Numerical arguments should be checked for accuracy.
-Code that cannot be reached should have a
-.Li NOTREACHED
-comment.
.Bd -literal
while ((ch = getopt(argc, argv, "abNn:")) != -1)
switch (ch) { /* Indent the switch. */
@@ -496,7 +493,6 @@ comment.
case '?':
default:
usage();
- /* NOTREACHED */
}
argc -= optind;
argv += optind;
OpenPOWER on IntegriCloud