diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 2b5eeb45bbde4e363f41d9d0166e367ae3f0615a..ee36565ea402519442cbca6cbaf1129d1dce61e3 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -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.
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 6addd979f9470ab85c233ee115635f041ab837e9..39d12fc00c66b470a33122b78aa4039656b66b5e 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -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);