OSDN Git Service

* objc-act.c: Remove prototype for objc_build_volatilized_type.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jun 2006 10:22:54 +0000 (10:22 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jun 2006 10:22:54 +0000 (10:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114427 138bc75d-0d04-0410-961f-82ee72b054a4

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);