* objc-act.c: Remove prototype for objc_build_volatilized_type.

From-SVN: r114427
This commit is contained in:
Mike Stump 2006-06-06 10:22:54 +00:00 committed by Mike Stump
parent 22482f746b
commit c713f9e498
2 changed files with 4 additions and 1 deletions

View 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.

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