diff options
author | Martin Liska <mliska@suse.cz> | 2019-06-17 11:03:26 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-06-17 09:03:26 +0000 |
commit | c98d845f308a2eaef5a9bc33256bf5cfceb9dc13 (patch) | |
tree | b622841acd159c4e3fcc3b706be07a8877585717 /gcc/ipa-utils.h | |
parent | 7cd4af82dc5737ced4e6affcb06204001e8e0205 (diff) | |
download | gcc-c98d845f308a2eaef5a9bc33256bf5cfceb9dc13.zip gcc-c98d845f308a2eaef5a9bc33256bf5cfceb9dc13.tar.gz gcc-c98d845f308a2eaef5a9bc33256bf5cfceb9dc13.tar.bz2 |
Remove dead code (PR ipa/90874).
2019-06-17 Martin Liska <mliska@suse.cz>
PR ipa/90874
* ipa-utils.h (odr_type_p): Remove dead code.
From-SVN: r272378
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r-- | gcc/ipa-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 5903da5..3e582f4 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -240,7 +240,6 @@ odr_type_p (const_tree t) gcc_checking_assert (in_lto_p || flag_lto); return TYPE_NAME (t) && TREE_CODE (TYPE_NAME (t)) == TYPE_DECL && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (t)); - return false; } #endif /* GCC_IPA_UTILS_H */ |