]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - mount/mount_guess_fstype.c
Imported from util-linux-2.11t tarball.
[thirdparty/util-linux.git] / mount / mount_guess_fstype.c
index 63b00ba83115d9459a1182d2c38d2036be78e427..23a116859d87d23c043057724becd99f91021f4f 100644 (file)
@@ -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);