aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
diff options
context:
space:
mode:
authorSameer Ajmani <sameer@golang.org>2017-02-13 14:59:45 -0500
committerSameer Ajmani <sameer@golang.org>2017-02-13 20:28:02 +0000
commit8d7722ede284af5da0f4757141e261cdc465db47 (patch)
tree7add6aff00fe9aea7cb29acb2ab0acda558d96fc /src/syscall
parent663226d8e130470c1a627c64cf489261ebb6da08 (diff)
downloadgo-8d7722ede284af5da0f4757141e261cdc465db47.tar.xz
cmd/go: add "syscall" to the set of packages that run extFiles++
This eliminates the need for syscall/asm.s, which is now empty. Change-Id: Ied060195e03e9653251f54ea8ef6572444b37fdf Reviewed-on: https://go-review.googlesource.com/36844 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/syscall')
-rw-r--r--src/syscall/asm.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/syscall/asm.s b/src/syscall/asm.s
deleted file mode 100644
index c3bc40a594..0000000000
--- a/src/syscall/asm.s
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2014 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Dummy asm file to keep Windows building.
-// TODO(sameer): delete this after updating go tool
-// per Ian's comment in golang.org/cl/36716