diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-12-29 13:01:28 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-12-29 13:01:28 +0000 |
commit | b113d0206e3f051ddf041e10da5079c1bc5bbe8e (patch) | |
tree | 7828dc3c9d086bb5ef7ad4c099fb656eea119042 | |
parent | 875d3bb5386380ae9aa1a0d467fea0cdefb04f89 (diff) | |
download | bcm5719-llvm-b113d0206e3f051ddf041e10da5079c1bc5bbe8e.tar.gz bcm5719-llvm-b113d0206e3f051ddf041e10da5079c1bc5bbe8e.zip |
irgen: remove unused compiler.runtimetypespkg field.
llvm-svn: 224931
-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 |