aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/asm.s
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-02-17 00:23:58 +0800
committerGitHub <noreply@github.com>2017-02-17 00:23:58 +0800
commitbdef758d5c6d397584d0c35e53d6f6c318e61351 (patch)
tree0beb8c96c7bf6a5a82434ed79218e822927434c3 /vendor/golang.org/x/sys/unix/asm.s
parentc8695fae359aa327da9203a57ffaf4f2d47d4370 (diff)
parent2c4455b12aca82ccd29c05c1750c25430867e545 (diff)
downloadgo-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.gz
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.bz2
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.lz
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.xz
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.zst
go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.zip
Merge pull request #3679 from fjl/vendor-govendor
vendor: update dependencies with github.com/kardianos/govendor
Diffstat (limited to 'vendor/golang.org/x/sys/unix/asm.s')
-rw-r--r--vendor/golang.org/x/sys/unix/asm.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/golang.org/x/sys/unix/asm.s b/vendor/golang.org/x/sys/unix/asm.s
deleted file mode 100644
index 8ed2fdb94..000000000
--- a/vendor/golang.org/x/sys/unix/asm.s
+++ /dev/null
@@ -1,10 +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.
-
-// +build !gccgo
-
-#include "textflag.h"
-
-TEXT ·use(SB),NOSPLIT,$0
- RET