summaryrefslogtreecommitdiffstats
path: root/mount/mount_mntent.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount_mntent.c')
-rw-r--r--mount/mount_mntent.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mount/mount_mntent.c b/mount/mount_mntent.c
index 9e31d12fe..a1e34db02 100644
--- a/mount/mount_mntent.c
+++ b/mount/mount_mntent.c
@@ -27,13 +27,6 @@ skip_spaces(char *s) {
return s;
}
-static char *
-skip_nonspaces(char *s) {
- while (*s && !is_space_or_tab(*s))
- s++;
- return s;
-}
-
/*
* fstat'ing the file and allocating a buffer holding all of it
* may be a bad idea: if the file is /proc/mounts, the stat