OSDN Git Service

* decl.c (build_enumerator): Do not issue duplicate error messages
[pf3gnuchains/gcc-fork.git] / gcc / hooks.c
index 9470a4d..d091583 100644 (file)
@@ -55,13 +55,6 @@ hook_int_void_no_regs (void)
   return NO_REGS;
 }
 
-/* Generic hook that returns 1.  */
-int
-hook_int_void_1 (void)
-{
-  return 1;
-}
-
 /* Generic hook that takes (bool) and returns false.  */
 bool
 hook_bool_bool_false (bool a ATTRIBUTE_UNUSED)
@@ -152,11 +145,6 @@ hook_uint_uint_constcharptrptr_0 (unsigned int a ATTRIBUTE_UNUSED,
 }
 
 void
-hook_void_int (int b ATTRIBUTE_UNUSED)
-{
-}
-
-void
 hook_void_tree (tree a ATTRIBUTE_UNUSED)
 {
 }