summaryrefslogtreecommitdiff
path: root/gas/cond.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-02-24 01:56:31 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-02-24 01:56:31 +0000
commit6b78e72e90209ebb26ed06692e0b903340820715 (patch)
tree9278675b92412e8bacc2227393b96f046fa9ddbb /gas/cond.c
parenta42391ac8eb96aab975290eb0ee536a8431da407 (diff)
downloadbinutils-redhat-6b78e72e90209ebb26ed06692e0b903340820715.tar.gz
Remove dead code when not TC_M68K.
Diffstat (limited to 'gas/cond.c')
-rw-r--r--gas/cond.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gas/cond.c b/gas/cond.c
index a0e6e41a1b..025ca51b11 100644
--- a/gas/cond.c
+++ b/gas/cond.c
@@ -1,5 +1,5 @@
/* cond.c - conditional assembly pseudo-ops, and .include
- Copyright (C) 1990, 91, 92, 93, 95, 96, 97, 98, 1999
+ Copyright (C) 1990, 91, 92, 93, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -452,11 +452,7 @@ ignore_input ()
s = input_line_pointer;
- if (flag_m68k_mri
-#ifdef NO_PSEUDO_DOT
- || 1
-#endif
- )
+ if (NO_PSEUDO_DOT || flag_m68k_mri)
{
if (s[-1] != '.')
--s;