]> Cypherpunks repositories - gostls13.git/commit
gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated
authorkarthik nayak <karthik.188@gmail.com>
Sat, 5 Jan 2019 13:44:30 +0000 (08:44 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 8 Mar 2019 22:40:10 +0000 (22:40 +0000)
commitd3dd2588ebebd7c3a166069a8f572ce7e4b364ef
treea3eb3039c408efb6ed52e13a545c44cf8a38e2b6
parent8782fd04319e16b372852ae8572b8c90f56e01ae
gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated

Currently they aren't marked as deprecated as Godoc, but the comments
mention that they are deprecated. Mark them as officially deprecated.

Fixes #29576

Change-Id: I795c698ac715476023d80579d60932fba4c5edde
Reviewed-on: https://go-review.googlesource.com/c/go/+/156331
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/debug/gosym/pclntab.go