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. */