Commit 0ed46b70 authored by Sameer Ajmani's avatar Sameer Ajmani

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/36720Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent ce7380f5
// 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment