]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/c-common.c
Makefile.def (target_modules): Remove libmudflap
[thirdparty/gcc.git] / gcc / c-family / c-common.c
index d830288864e04d2f64ff84fa6e6fc326b5ca8f53..b20fdd6a1eafe2885299580c238664bc3dd8f84e 100644 (file)
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "tree-iterator.h"
 #include "hashtab.h"
-#include "tree-mudflap.h"
 #include "opts.h"
 #include "cgraph.h"
 #include "target-def.h"
@@ -5220,9 +5219,6 @@ c_define_builtins (tree va_list_ref_type_node, tree va_list_arg_type_node)
   targetm.init_builtins ();
 
   build_common_builtin_nodes ();
-
-  if (flag_mudflap)
-    mudflap_init ();
 }
 
 /* Like get_identifier, but avoid warnings about null arguments when