]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove useless Trimpath field and fix users
authorMatthew Dempsky <mdempsky@google.com>
Mon, 20 Apr 2015 03:57:41 +0000 (20:57 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 20 Apr 2015 20:46:06 +0000 (20:46 +0000)
commite7ffafdb6e76f62382d47c1bd21626ec7dae4594
treee2a99c27a185045c4a47e7e9c8b1c588625b45b0
parentb016eba489820b9091e4f39610a84f697d8eb0f9
cmd/internal/obj: remove useless Trimpath field and fix users

http://golang.org/cl/7623 refactored how line history works and
introduced a new TrimPathPrefix field to replace the existing Trimpath
field, but never removed the latter or updated its users.

Fixes #10503.

Change-Id: Ief90a55b6cef2e8062b59856a4c7dcc0df01d3f2
Reviewed-on: https://go-review.googlesource.com/9113
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
src/cmd/asm/main.go
src/cmd/internal/asm/asm.go
src/cmd/internal/gc/lex.go
src/cmd/internal/obj/link.go