diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -58,11 +58,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "predict.h" #include "optabs.h" #include "target.h" - -/* Assume that case vectors are not pc-relative. */ -#ifndef CASE_VECTOR_PC_RELATIVE -#define CASE_VECTOR_PC_RELATIVE 0 -#endif /* Functions and data structures for expanding case statements. */ |