summaryrefslogtreecommitdiff
path: root/gcc/lto-section-out.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-section-out.c')
-rw-r--r--gcc/lto-section-out.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c
index 8bcbdd7e0e7..b5353f34af2 100644
--- a/gcc/lto-section-out.c
+++ b/gcc/lto-section-out.c
@@ -542,9 +542,6 @@ lto_new_out_decl_state (void)
lto_init_tree_ref_encoder (&state->streams[i], hash_fn, eq_fn);
}
- state->cgraph_node_encoder = lto_cgraph_encoder_new ();
- state->varpool_node_encoder = lto_varpool_encoder_new ();
-
return state;
}