aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/parser.h')
-rw-r--r--gcc/cp/parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h
index f4f4a01..872842a 100644
--- a/gcc/cp/parser.h
+++ b/gcc/cp/parser.h
@@ -309,8 +309,6 @@ struct GTY(()) cp_parser {
#define IN_OMP_BLOCK 4
#define IN_OMP_FOR 8
#define IN_IF_STMT 16
-#define IN_CILK_SIMD_FOR 32
-#define IN_CILK_SPAWN 64
unsigned char in_statement;
/* TRUE if we are presently parsing the body of a switch statement.