]> Cypherpunks repositories - gostls13.git/commit
cmd/asm/internal/arch: unexport ParseARM64Suffix
authorTobias Klauser <tklauser@distanz.ch>
Fri, 6 Apr 2018 12:40:18 +0000 (14:40 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 6 Apr 2018 14:09:04 +0000 (14:09 +0000)
commit58e3f2ac8786ffc21a4aae83eb83cfee413ba802
tree1ecdf46a1cc56d86982db4367e5f3ceb6ec31c29
parent284c53498fd4f52967067eb7c2d0102467980155
cmd/asm/internal/arch: unexport ParseARM64Suffix

ParseARM64Suffix is not used outside cmd/asm/internal/arch.

Change-Id: I8e7782dce11cf8cd2fd08dd17e555ced8d87ba24
Reviewed-on: https://go-review.googlesource.com/105115
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/arch/arm64.go