summaryrefslogtreecommitdiffstats
path: root/mount/mount_guess_fstype.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount_guess_fstype.c')
-rw-r--r--mount/mount_guess_fstype.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mount/mount_guess_fstype.c b/mount/mount_guess_fstype.c
index 63b00ba83..23a116859 100644
--- a/mount/mount_guess_fstype.c
+++ b/mount/mount_guess_fstype.c
@@ -60,11 +60,6 @@ swapped(unsigned short a) {
return (a>>8) | (a<<8);
}
-static inline int
-assemble4le(unsigned char *p) {
- return (p[0] | (p[1] << 8) | (p[2] << 16) | (p[3] << 24));
-}
-
/*
char *guess_fstype(const char *device);