* objc-act.c: Remove prototype for objc_build_volatilized_type.
authorMike Stump <mrs@apple.com>
Tue, 6 Jun 2006 10:22:54 +0000 (10:22 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 6 Jun 2006 10:22:54 +0000 (10:22 +0000)
From-SVN: r114427

gcc/objc/ChangeLog
gcc/objc/objc-act.c

index 2b5eeb4..ee36565 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-06  Mike Stump  <mrs@apple.com>
+
+       * objc-act.c: Remove prototype for objc_build_volatilized_type.
+
 2006-05-24  Mike Stump  <mrs@apple.com>
 
        * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
index 6addd97..39d12fc 100644 (file)
@@ -185,7 +185,6 @@ static tree build_protocol_initializer (tree, tree, tree, tree, tree);
 static tree get_class_ivars (tree, bool);
 static tree generate_protocol_list (tree);
 static void build_protocol_reference (tree);
-static tree objc_build_volatilized_type (tree);
 
 #ifdef OBJCPLUS
 static void objc_generate_cxx_cdtors (void);