diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 88f29705e65..c2ba3dc50c4 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "debug.h" #include "lto-tree.h" #include "lto.h" -#include "cilk.h" #include "stringpool.h" #include "attribs.h" @@ -1262,9 +1261,6 @@ lto_init (void) va_list_type_node); } - if (flag_cilkplus) - cilk_init_builtins (); - targetm.init_builtins (); build_common_builtin_nodes (); |