summaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/som.c b/bfd/som.c
index 53a05b75d7d..d44c474519c 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4543,11 +4543,6 @@ som_slurp_symbol_table (abfd)
sym->symbol.value -= sym->symbol.section->vma;
break;
-#if 0
- /* SS_GLOBAL and SS_LOCAL are two names for the same thing.
- Sound dumb? It is. */
- case SS_GLOBAL:
-#endif
case SS_LOCAL:
sym->symbol.flags |= BSF_LOCAL;
sym->symbol.section = bfd_section_from_som_symbol (abfd, bufp);