diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-01-21 05:40:24 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-01-21 05:40:24 +0000 |
commit | 84e43642e3e9729371f4a62b8b1cb5f15008017c (patch) | |
tree | 6563e0b243beefe943934cb44dc37f23e0692813 /binutils/filemode.c | |
parent | 7a64f7b8d66f81748f711b5511e716abd63548e0 (diff) | |
download | gdb-84e43642e3e9729371f4a62b8b1cb5f15008017c.zip gdb-84e43642e3e9729371f4a62b8b1cb5f15008017c.tar.gz gdb-84e43642e3e9729371f4a62b8b1cb5f15008017c.tar.bz2 |
* dlltool.c (dump_iat): Remove unused function.
(gen_exp_file): Remove #if 0'd code.
(make_one_lib_file): Likewise.
* srconv.c: Remove #if 0'd code throughout.
* size.c (lprint_number): Remove.
(print_berkeley_format): Remove #if 0'd code.
* ar.c (do_quick_append): Remove declaration and definiton.
(main): Remove #if 0'd code.
* filemode.c (filemodestring): Remove #if 0'd function.
* sysdump.c (unit_info_list): Remove function.
(object_body_list): Likewise.
(program_structure): Likewise.
(debug_list): Likewise.
(module): Remove #if 0'd code.
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 |