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 1fd11c50c64..e72aaf90101 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -9387,15 +9387,6 @@ set_underlying_type (tree x) } } -/* Returns true if X is a typedef decl. */ - -bool -is_typedef_decl (tree x) -{ - return (x && TREE_CODE (x) == TYPE_DECL - && DECL_ORIGINAL_TYPE (x) != NULL_TREE); -} - /* Record the types used by the current global variable declaration being parsed, so that we can decide later to emit their debug info. Those types are in types_used_by_cur_var_decl, and we are going to |