From a454ba6e7cc5fd6cfc0eb1f0a54a3e4de6c7dd62 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 18 May 2017 12:28:51 +0200 Subject: [PATCH] mountlist.c: remove fsp_to_string() unused function --- src/mountlist.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/mountlist.c b/src/mountlist.c index d1f8abdf..6976c77b 100644 --- a/src/mountlist.c +++ b/src/mountlist.c @@ -314,16 +314,6 @@ fstype_to_string (short int t) } # endif -static char * -fsp_to_string (const struct statfs *fsp) -{ -# if HAVE_STRUCT_STATFS_F_FSTYPENAME - return (char *) (fsp->f_fstypename); -# else - return fstype_to_string (fsp->f_type); -# endif -} - #endif /* MOUNTED_GETMNTINFO */ #ifdef MOUNTED_VMOUNT /* AIX. */