summaryrefslogtreecommitdiffstats
path: root/gcc/objc/objc-act.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r--gcc/objc/objc-act.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 4afc08e27df..0f4058b2b5c 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -297,7 +297,9 @@ static tree init_objc_symtab PROTO((tree));
static void forward_declare_categories PROTO((void));
static void generate_objc_symtab_decl PROTO((void));
static tree build_selector PROTO((tree));
+#if 0
static tree build_msg_pool_reference PROTO((int));
+#endif
static tree build_typed_selector_reference PROTO((tree, tree));
static tree build_selector_reference PROTO((tree));
static tree build_class_reference_decl PROTO((tree));
@@ -2042,6 +2044,7 @@ build_selector (ident)
grok.m: warning: initialization of non-const * pointer from const *
grok.m: warning: initialization between incompatible pointer types. */
+#if 0
static tree
build_msg_pool_reference (offset)
int offset;
@@ -2059,7 +2062,6 @@ build_msg_pool_reference (offset)
return expr;
}
-#if 0
static tree
init_selector (offset)
int offset;
OpenPOWER on IntegriCloud