aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m88k.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-07-15 22:16:39 +0000
committerIan Lance Taylor <ian@airs.com>1993-07-15 22:16:39 +0000
commitcb441b387ee1f8439ef0577770eae171698114ab (patch)
tree52a34325ac11853bd12d95c8edc45626521d66a4 /gas/config/tc-m88k.c
parente58bd252cbf236203a4e8bf7f4f12f38764eb47b (diff)
downloadgdb-cb441b387ee1f8439ef0577770eae171698114ab.zip
gdb-cb441b387ee1f8439ef0577770eae171698114ab.tar.gz
gdb-cb441b387ee1f8439ef0577770eae171698114ab.tar.bz2
* config/tc-m88k.c (omagic): Removed unused variable.
Diffstat (limited to 'gas/config/tc-m88k.c')
-rw-r--r--gas/config/tc-m88k.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c
index 5c8d602..1092250 100644
--- a/gas/config/tc-m88k.c
+++ b/gas/config/tc-m88k.c
@@ -135,9 +135,6 @@ static struct hash_control *op_hash = NULL;
/* These bits should be turned off in the first address of every segment */
int md_seg_align = 7;
-/* This is the number to put at the beginning of the a.out file */
-long omagic = OMAGIC;
-
/* These chars start a comment anywhere in a source file (except inside
another comment */
const char comment_chars[] = ";";