aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <michael.hudson@canonical.com>2015-09-07 15:36:56 +1200
committerMichael Hudson-Doyle <michael.hudson@canonical.com>2015-09-07 21:02:11 +0000
commit0388d4303fbcc9cc0ed7949a2fb759ee4bd0ea47 (patch)
tree0acecd0528ed6e9a3dfbd1653f76bc941f4a0caa /src/runtime/symtab.go
parent932c1e3dd32f636ab3f25b23d9dcef194a577bca (diff)
downloadgo-0388d4303fbcc9cc0ed7949a2fb759ee4bd0ea47.tar.xz
runtime: remove unused FUNCDATA_DeadValueMaps
Change-Id: Iccb0221bd9aef062d20798b952eaa09d9e60b902 Reviewed-on: https://go-review.googlesource.com/14345 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/runtime/symtab.go')
-rw-r--r--src/runtime/symtab.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go
index 400ab6df63..fa1caaf6f0 100644
--- a/src/runtime/symtab.go
+++ b/src/runtime/symtab.go
@@ -25,7 +25,6 @@ const (
_PCDATA_StackMapIndex = 0
_FUNCDATA_ArgsPointerMaps = 0
_FUNCDATA_LocalsPointerMaps = 1
- _FUNCDATA_DeadValueMaps = 2
_ArgsSizeUnknown = -0x80000000
)