]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hooks.c
* coretypes.h (struct cl_option_handlers): Declare.
[thirdparty/gcc.git] / gcc / hooks.c
index 94d045f037047bdb303a5b2ec8b64d8d7ac41ec8..52a40484054d6937aaeed76d8a9fbe3ff4e95e19 100644 (file)
@@ -160,14 +160,6 @@ hook_int_rtx_bool_0 (rtx a ATTRIBUTE_UNUSED, bool b ATTRIBUTE_UNUSED)
   return 0;
 }
 
-int
-hook_int_size_t_constcharptr_int_0 (size_t a ATTRIBUTE_UNUSED,
-                                   const char *b ATTRIBUTE_UNUSED,
-                                   int c ATTRIBUTE_UNUSED)
-{
-  return 0;
-}
-
 unsigned int
 hook_uint_void_0 (void)
 {