Commit 52ecd2ce authored by Ian Lance Taylor's avatar Ian Lance Taylor

debug/dwarf: remove unused field addrsize from Data

The addrsize field is not a constant for an entire executable
file, and is now handled by the dataFormat interface when
reading the data.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/41620043
parent c0946afb
......@@ -24,7 +24,6 @@ type Data struct {
// parsed data
abbrevCache map[uint32]abbrevTable
addrsize int
order binary.ByteOrder
typeCache map[Offset]Type
unit []unit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment