compiler: remove unused Type::in_heap_ member variable

This member variable was added in https://golang.org/cl/46490, but it
was never used. The code uses Named_type::in_heap_ instead.

Change-Id: I155ddbc35270295a2b66f3b82ea84cdf8a324adb
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/265257
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
diff --git a/go/types.h b/go/types.h
index ef81589..ccd1268 100644
--- a/go/types.h
+++ b/go/types.h
@@ -1426,8 +1426,6 @@
   // 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