Remove now-unused badsb declaration, missed in r322200
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e101a5eb93
commit
3c8566d0ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user