diff options
Diffstat (limited to 'binutils/filemode.c')
-rw-r--r-- | binutils/filemode.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/binutils/filemode.c b/binutils/filemode.c index 8b438a9..687b787 100644 --- a/binutils/filemode.c +++ b/binutils/filemode.c @@ -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 |