OSDN Git Service

* dlltool.c (dump_iat): Remove unused function.
[pf3gnuchains/pf3gnuchains3x.git] / binutils / filemode.c
index 8b438a9..687b787 100644 (file)
@@ -59,18 +59,6 @@ static void setst (unsigned long, char *);
        otherwise.
        'T' if the file is sticky but not executable.  */
 
-#if 0
-
-/* This is not used; only mode_string is used.  */
-
-void
-filemodestring (struct stat *statp, char *str)
-{
-  mode_string ((unsigned long) statp->st_mode, str);
-}
-
-#endif
-
 /* Get definitions for the file permission bits.  */
 
 #ifndef S_IRWXU