From 74f9432beadb7179169e08b6c910dd533c62b7c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20M=C3=B6hrmann?= Date: Tue, 24 Apr 2018 15:23:41 +0200 Subject: [PATCH] internal/cpu: remove redundant build tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/internal/cpu/cpu_arm64.go | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.0