mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove now-unused badsb declaration, missed in r322200
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d081dfc7cd
commit
5b240641ec
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue