From 2da6fd55d9e4d2538d337948e04bd3843bbbd0f7 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 25 Jul 2018 03:42:07 +0000 Subject: [PATCH] find(1): remove empty else condition reported by: brooks --- usr.bin/find/find.c | 1 - usr.bin/find/misc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index bacffdca063e..fd1d39660366 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -34,7 +34,6 @@ #if 0 static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; -#else #endif #include diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 48eb7884febe..4ac402ede446 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -34,7 +34,6 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; -#else #endif #include