Skip to content

Commit 61de3a9

Browse files
ianlancetaylorgopherbot
authored andcommitted
cmd/link: remove unused SFILEPATH symbol kind
Last reference appears to have been removed in CL 227759. Change-Id: Ieb9da0a69a8beb96dcb5309ca43cf1df61d39bce Reviewed-on: https://go-review.googlesource.com/c/go/+/715541 Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Than McIntosh <thanm@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 8e2bd26 commit 61de3a9

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

src/cmd/link/internal/sym/symkind.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ const (
130130
SMACHOSYMTAB // Mach-O symbol table.
131131
SMACHOINDIRECTPLT // Mach-O indirect PLT.
132132
SMACHOINDIRECTGOT // Mach-O indirect GOT.
133-
SFILEPATH // Unused?
134133
SDYNIMPORT // Reference to symbol defined in shared library.
135134
SHOSTOBJ // Symbol defined in non-Go object file.
136135
SUNDEFEXT // Undefined symbol for resolution by external linker.

src/cmd/link/internal/sym/symkind_string.go

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)