summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mountroot.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-28 02:00:33 +0000
committerdim <dim@FreeBSD.org>2013-12-28 02:00:33 +0000
commitd0987645bf01fb00479ede8ae0e016caaff2f9cd (patch)
tree186c87d8e1ed7849a0387b6137c6dab6bdf91e6d /sys/kern/vfs_mountroot.c
parent9191fc023f9eb8f06b76728d17d0452ebfeb0be2 (diff)
downloadFreeBSD-src-d0987645bf01fb00479ede8ae0e016caaff2f9cd.zip
FreeBSD-src-d0987645bf01fb00479ede8ae0e016caaff2f9cd.tar.gz
MFC r259892:
In sys/kern/vfs_mountroot.c, remove static function parse_isspace(), which is unused since r214006.
Diffstat (limited to 'sys/kern/vfs_mountroot.c')
-rw-r--r--sys/kern/vfs_mountroot.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c
index 322fc9a..5647840 100644
--- a/sys/kern/vfs_mountroot.c
+++ b/sys/kern/vfs_mountroot.c
@@ -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)
{
OpenPOWER on IntegriCloud