From 59c871b45790452b5643de68629dea986f7ffee0 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 21 Jan 2005 05:54:38 +0000 Subject: * as.h: Remove #if 0'd code. * atof-generic.c (atof_generic): Likewise. * ecoff.c (ecoff_directive_frame): Likewise. * frags.h (FRAG_APPEND_1_CHAR): Likewise. * itbl-ops.c (itbl_add_reg): Likewise. * listing.c (calc_hex): Likewise. * read.c (MASK_CHAR): Likewise. * subsegs.c (subsegs_print_statistics): Likewise. * symbols.c (indent): Likewise. * write.c (write_relocs): Likewise. (write_object_file): Likewise. (relax_frag): Likewise. --- gas/symbols.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gas/symbols.c') diff --git a/gas/symbols.c b/gas/symbols.c index 04e239a..3ea11ab 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -2370,16 +2370,6 @@ int indent_level; Available for modification inside a gdb session. */ int max_indent_level = 8; -#if 0 - -static void -indent (void) -{ - printf ("%*s", indent_level * 4, ""); -} - -#endif - void print_symbol_value_1 (FILE *file, symbolS *sym) { -- cgit v1.1