diff options
-rw-r--r-- | llgo/irgen/compiler.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llgo/irgen/compiler.go b/llgo/irgen/compiler.go index 17ea8779e44..f7d16559f29 100644 --- a/llgo/irgen/compiler.go +++ b/llgo/irgen/compiler.go @@ -126,10 +126,6 @@ type compiler struct { 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 |