From 5b240641ec1670cd5887812a2aee796fdc36b5bc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 8 Aug 2017 18:31:40 +0000 Subject: [PATCH] Remove now-unused badsb declaration, missed in r322200 Sponsored by: The FreeBSD Foundation --- sbin/fsck_ffs/setup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index 013ecc9c986..c77f7d01cf4 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -58,8 +58,6 @@ struct bufarea asblk; #define altsblock (*asblk.b_un.b_fs) #define POWEROF2(num) (((num) & ((num) - 1)) == 0) -static void badsb(int listerr, const char *s); - /* * Read in a superblock finding an alternate if necessary. * Return 1 if successful, 0 if unsuccessful, -1 if file system