mountlist.c: remove fsp_to_string() unused function

This commit is contained in:
Thomas Bernard 2017-05-18 12:28:51 +02:00
parent f84ca359d4
commit a454ba6e7c

View File

@ -314,16 +314,6 @@ fstype_to_string (short int t)
} }
# endif # 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 */ #endif /* MOUNTED_GETMNTINFO */
#ifdef MOUNTED_VMOUNT /* AIX. */ #ifdef MOUNTED_VMOUNT /* AIX. */