aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/dwarf
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2017-10-05 10:50:37 -0700
committerMatthew Dempsky <mdempsky@google.com>2017-10-05 18:35:39 +0000
commitacdb44765d86a5fd66cbbe24735f7dde658a295f (patch)
tree48dd6bd96022121caff2e8d237aee17e0211efdb /src/cmd/internal/dwarf
parent5edfaa2cf8407853a0303fd7ee561f7621140c4f (diff)
downloadgo-acdb44765d86a5fd66cbbe24735f7dde658a295f.tar.xz
cmd/internal/dwarf: remove unused SymValue method
Change-Id: Ied42c2778899ce12cc256f0a124b77bf0e141aee Reviewed-on: https://go-review.googlesource.com/68471 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: David Crawshaw <crawshaw@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/internal/dwarf')
-rw-r--r--src/cmd/internal/dwarf/dwarf.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/internal/dwarf/dwarf.go b/src/cmd/internal/dwarf/dwarf.go
index b3fa2f674f..d6a68fc7e0 100644
--- a/src/cmd/internal/dwarf/dwarf.go
+++ b/src/cmd/internal/dwarf/dwarf.go
@@ -118,7 +118,6 @@ type Context interface {
AddAddress(s Sym, t interface{}, ofs int64)
AddSectionOffset(s Sym, size int, t interface{}, ofs int64)
AddString(s Sym, v string)
- SymValue(s Sym) int64
}
// AppendUleb128 appends v to b using DWARF's unsigned LEB128 encoding.