aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-lang.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/rust-lang.cc')
-rw-r--r--gcc/rust/rust-lang.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rust/rust-lang.cc b/gcc/rust/rust-lang.cc
index 963b112..23b23bf 100644
--- a/gcc/rust/rust-lang.cc
+++ b/gcc/rust/rust-lang.cc
@@ -124,10 +124,6 @@ grs_langhook_init (void)
whether char is signed. */
build_common_tree_nodes (false);
- // Creates a new TREE_LIST node with purpose NULL_TREE and value
- // void_type_node
- void_list_node = build_tree_list (NULL_TREE, void_type_node);
-
// Builds built-ins for middle-end after all front-end built-ins are already
// instantiated
build_common_builtin_nodes ();