diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-04 05:16:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-04 05:16:50 +0000 |
commit | e41068ce5dc980ec3c02c930ff3b8fc69441849b (patch) | |
tree | c1bdac6781ad7a3fb1ecb6dc6ce7256e099b1685 /gnu | |
parent | 8d0c15d1adc3ff1f0a5c4e13abfd54027cf15d61 (diff) |
Remove extern declarations redundant with "flags.h"
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/m88k/m88k.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/m88k/m88k.h b/gnu/usr.bin/gcc/gcc/config/m88k/m88k.h index 11052f8496f..d1edbd6db54 100644 --- a/gnu/usr.bin/gcc/gcc/config/m88k/m88k.h +++ b/gnu/usr.bin/gcc/gcc/config/m88k/m88k.h @@ -112,9 +112,6 @@ extern enum processor_type m88k_cpu; /* external variables defined elsewhere in the compiler */ extern int target_flags; /* -m compiler switches */ -extern int frame_pointer_needed; /* current function has a FP */ -extern int flag_delayed_branch; /* -fdelayed-branch */ -extern int flag_pic; /* -fpic */ /*** Controlling the Compilation Driver, `gcc' ***/ /* Show we can debug even without a frame pointer. */ |