aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-05-25 03:58:15 +0000
committerAlan Modra <amodra@gcc.gnu.org>2008-05-25 13:28:15 +0930
commitdd25a747c916bf685457171d18712bbff325babc (patch)
tree10de1a929aea6ab2bd2733ac21e937d4ec186730 /gcc/c-common.h
parentbcfef99b785c04701dd07510a903b8b90a6d5869 (diff)
downloadgcc-dd25a747c916bf685457171d18712bbff325babc.zip
gcc-dd25a747c916bf685457171d18712bbff325babc.tar.gz
gcc-dd25a747c916bf685457171d18712bbff325babc.tar.bz2
Delete get_inner_array_type. Use strip_array_types instead.
From-SVN: r135858
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index c403bee..ea69223 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -738,7 +738,6 @@ extern alias_set_type c_common_get_alias_set (tree);
extern void c_register_builtin_type (tree, const char*);
extern bool c_promoting_integer_type_p (const_tree);
extern int self_promoting_args_p (const_tree);
-extern tree strip_array_types (tree);
extern tree strip_pointer_operator (tree);
extern tree strip_pointer_or_array_types (tree);
extern HOST_WIDE_INT c_common_to_target_charset (HOST_WIDE_INT);