summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rwxr-xr-xgcc/flags.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 77f839b..d817cdb 100755
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -430,17 +430,6 @@ extern int flag_unaligned_struct_hack;
extern int flag_unaligned_pointers;
/* END CYGNUS LOCAL */
-/* CYGNUS LOCAL LRS */
-/* Enable live range splitting. */
-extern int flag_live_range;
-
-/* Enable/disable using GDB extensions for denoting live ranges. */
-extern int flag_live_range_gdb;
-
-/* Create scoping blocks for live ranges when debugging. */
-extern int flag_live_range_scope;
-/* END CYGNUS LOCAL LRS */
-
/* Tag all structures with __attribute__(packed) */
extern int flag_pack_struct;