diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 8e4ae22..147f5c1 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4164,15 +4164,6 @@ strip_array_types (tree type) return type; } -const_tree -const_strip_array_types (const_tree type) -{ - while (TREE_CODE (type) == ARRAY_TYPE) - type = TREE_TYPE (type); - - return type; -} - /* Recursively remove any '*' or '&' operator from TYPE. */ tree strip_pointer_operator (tree t) |