irgen: remove unused compiler.runtimetypespkg field.

llvm-svn: 224931
GitOrigin-RevId: b113d0206e3f051ddf041e10da5079c1bc5bbe8e
diff --git a/irgen/compiler.go b/irgen/compiler.go
index 17ea877..f7d1655 100644
--- a/irgen/compiler.go
+++ b/irgen/compiler.go
@@ -126,10 +126,6 @@
 	llvmtypes *llvmTypeMap
 	types     *TypeMap
 
-	// runtimetypespkg is the type-checked runtime/types.go file,
-	// which is used for evaluating the types of runtime functions.
-	runtimetypespkg *types.Package
-
 	// pnacl is set to true if the target triple was originally
 	// specified as "pnacl". This is necessary, as the TargetTriple
 	// field will have been updated to the true triple used to