summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2018-08-21 14:32:53 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2018-08-21 12:32:53 +0000
commitf4290962f769d655fb6fbdbe4d54cee5f0b56658 (patch)
tree1645ad83adc225fe94cfe763ac9e425b632c5202 /gcc/tree.h
parentb649008486249ff86a068db6117b94b8c7b8a62b (diff)
tree.c (find_decls_types_r): Do not check for redundant typedefs.
* tree.c (find_decls_types_r): Do not check for redundant typedefs. * tree.h (is_redundant_typedef): Remove. * dwarf2out.c (is_redundant_typedef): Turn into static function. From-SVN: r263699
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 648e9e2a3c4..5d4f034e008 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5805,7 +5805,6 @@ extern void gt_pch_nx (tree &);
extern void gt_pch_nx (tree &, gt_pointer_operator, void *);
extern bool nonnull_arg_p (const_tree);
-extern bool is_redundant_typedef (const_tree);
extern bool default_is_empty_record (const_tree);
extern HOST_WIDE_INT arg_int_size_in_bytes (const_tree);
extern tree arg_size_in_bytes (const_tree);