summaryrefslogtreecommitdiff
path: root/gcc/cif-code.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r--gcc/cif-code.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cif-code.def b/gcc/cif-code.def
index a2f05e016f2..92d81d30a49 100644
--- a/gcc/cif-code.def
+++ b/gcc/cif-code.def
@@ -128,10 +128,6 @@ DEFCIFCODE(USES_COMDAT_LOCAL, CIF_FINAL_ERROR,
DEFCIFCODE(ATTRIBUTE_MISMATCH, CIF_FINAL_ERROR,
N_("function attribute mismatch"))
-/* We can't inline because of mismatched caller/callee attributes. */
-DEFCIFCODE(CILK_SPAWN, CIF_FINAL_ERROR,
- N_("caller function contains cilk spawn"))
-
/* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable"))