diff options
Diffstat (limited to 'gcc/lto/lto-common.c')
-rw-r--r-- | gcc/lto/lto-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/lto/lto-common.c b/gcc/lto/lto-common.c index 3ca0fd8..6944c46 100644 --- a/gcc/lto/lto-common.c +++ b/gcc/lto/lto-common.c @@ -2592,7 +2592,6 @@ lto_fixup_prevailing_decls (tree t) case TREE_LIST: LTO_SET_PREVAIL (TREE_VALUE (t)); LTO_SET_PREVAIL (TREE_PURPOSE (t)); - LTO_NO_PREVAIL (TREE_PURPOSE (t)); break; default: gcc_unreachable (); |