]> Cypherpunks repositories - gostls13.git/commitdiff
internal/cpu: remove redundant build tag
authorMartin Möhrmann <moehrmann@google.com>
Tue, 24 Apr 2018 13:23:41 +0000 (15:23 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Wed, 25 Apr 2018 04:41:00 +0000 (04:41 +0000)
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 <moehrmann@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/internal/cpu/cpu_arm64.go

index b1c2ace0e660b9982a77bd85988d3a5a81a3159e..c15b6825eed038d4c855964cde93ae996a742d41 100644 (file)
@@ -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