compiler: remove unused Type::in_heap_ member variable
authorIan Lance Taylor <iant@golang.org>
Mon, 26 Oct 2020 22:40:42 +0000 (15:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 27 Oct 2020 18:01:02 +0000 (11:01 -0700)
This member variable was added in https://golang.org/cl/46490, but it
was never used. The code uses Named_type::in_heap_ instead.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/265257

gcc/go/gofrontend/MERGE
gcc/go/gofrontend/types.h

index c3a45c8a9591490d695e7ad1645c74c568005e0c..6caece3f894506157b39a918de3d79740c336fd7 100644 (file)
@@ -1,4 +1,4 @@
-66657f88f820f2b0cab3c1c0a7d8b7f8923af7fb
+4c1e7a083bdea02759cd5d2054038fb8a4a55ec8
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index ef81589682f8dcd64c3a2ddfbf106fc429b3ce54..ccd12686d41293f259454ee251d994f5713f160d 100644 (file)
@@ -1426,8 +1426,6 @@ class Type
   // The GC symbol for this type.  This starts out as NULL and
   // is filled in as needed.
   Bvariable* gc_symbol_var_;
-  // Whether this type can appear in the heap.
-  bool in_heap_;
 };
 
 // Type hash table operations, treating aliases as identical to the