aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-04-26 17:12:57 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-04-26 17:12:57 -0400
commit3982d356b2f3ffe2f76e93c27c09740f126feadd (patch)
tree5c06b41dde787198412e185adb7586c155728fbe /gcc/objc/objc-act.h
parent574cfaa47dbcc2e8d9ea68b83d8dc3122832ff9b (diff)
downloadgcc-3982d356b2f3ffe2f76e93c27c09740f126feadd.zip
gcc-3982d356b2f3ffe2f76e93c27c09740f126feadd.tar.gz
gcc-3982d356b2f3ffe2f76e93c27c09740f126feadd.tar.bz2
objc-act.c (objc_fold_objc_type_ref): Remove.
* objc-act.c (objc_fold_objc_type_ref): Remove. * objc-act.h: Remove prototype. From-SVN: r172986
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r--gcc/objc/objc-act.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h
index 909181a..d604299 100644
--- a/gcc/objc/objc-act.h
+++ b/gcc/objc/objc-act.h
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
bool objc_init (void);
const char *objc_printable_name (tree, int);
-tree objc_fold_obj_type_ref (tree, tree);
int objc_gimplify_expr (tree *, gimple_seq *, gimple_seq *);
void objc_common_init_ts (void);