From: Martin Möhrmann Date: Tue, 24 Apr 2018 13:23:41 +0000 (+0200) Subject: internal/cpu: remove redundant build tag X-Git-Tag: go1.11beta1~690 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=74f9432beadb7179169e08b6c910dd533c62b7c8;p=gostls13.git internal/cpu: remove redundant build tag The file name suffix arm64 already limits the file to be build only on arm64. Change-Id: I33db713041b6dec9eb00889bac3b54c727e90743 Reviewed-on: https://go-review.googlesource.com/108986 Run-TryBot: Martin Möhrmann Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/internal/cpu/cpu_arm64.go b/src/internal/cpu/cpu_arm64.go index b1c2ace0e6..c15b6825ee 100644 --- a/src/internal/cpu/cpu_arm64.go +++ b/src/internal/cpu/cpu_arm64.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build arm64 - package cpu const CacheLineSize = 64