In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),
which is unused since r214006. MFC after: 3 days
This commit is contained in:
parent
b836cde101
commit
18d2302eac
@ -389,13 +389,6 @@ parse_advance(char **conf)
|
||||
(*conf)++;
|
||||
}
|
||||
|
||||
static __inline int
|
||||
parse_isspace(int c)
|
||||
{
|
||||
|
||||
return ((c == ' ' || c == '\t' || c == '\n') ? 1 : 0);
|
||||
}
|
||||
|
||||
static int
|
||||
parse_skipto(char **conf, int mc)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user