]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove pointless validation
authorXia Bin <snyh@snyh.org>
Thu, 12 Jul 2018 10:00:39 +0000 (18:00 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 Aug 2018 22:16:46 +0000 (22:16 +0000)
commit477b7e5f4d143c2e8d68e9ef9d4db8ebe84a8489
tree4c663335c2dd47978714c295bd817f539d87d3e5
parent0fbaf6ca8b4939fbac8081f28aad12a0305afa35
cmd/internal/obj: remove pointless validation

s.Func.Text only can be nil at the moment, otherwise there has
some bugs in compiler's Go rumtime.

Change-Id: Ib2ff9bb977352838e67f2b98a69468f6f350c1f3
Reviewed-on: https://go-review.googlesource.com/123535
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/plist.go