From 0ed46b70d91ba0ab7273e1aea3c89ccc9a9cc489 Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Fri, 10 Feb 2017 09:16:29 -0500 Subject: [PATCH] unix: delete asm.s This contains a stub for func "use", which was deleted. See issue https://golang.org/issue/16607 Change-Id: I7165ca55ad956ac449e950f2be6f53cfeb8e6ffa Reviewed-on: https://go-review.googlesource.com/36720 Reviewed-by: Brad Fitzpatrick --- unix/asm.s | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 unix/asm.s diff --git a/unix/asm.s b/unix/asm.s deleted file mode 100644 index 8ed2fdb9..00000000 --- a/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