diff options
author | 2007-04-05 21:16:59 +0000 | |
---|---|---|
committer | 2007-04-05 21:16:59 +0000 | |
commit | a0e1c2762bd9706db97ca991b47a79193e635de2 (patch) | |
tree | 992ad9d81c6c4ee2bc1af5cb58d468dbf0f34718 | |
parent | sync (diff) | |
download | wireguard-openbsd-a0e1c2762bd9706db97ca991b47a79193e635de2.tar.xz wireguard-openbsd-a0e1c2762bd9706db97ca991b47a79193e635de2.zip |
Remove lint comment, which does not apply anymore.
-rw-r--r-- | libexec/ftpd/monitor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/monitor.c b/libexec/ftpd/monitor.c index 33c288d298c..bb80036f5c7 100644 --- a/libexec/ftpd/monitor.c +++ b/libexec/ftpd/monitor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.16 2007/03/26 19:33:23 moritz Exp $ */ +/* $OpenBSD: monitor.c,v 1.17 2007/04/05 21:16:59 moritz Exp $ */ /* * Copyright (c) 2004 Moritz Jodeit <moritz@openbsd.org> @@ -385,7 +385,6 @@ handle_cmds(void) /* NOTREACHED */ } } - /* NOTREACHED */ } void |