From afb2260491e6427fa9b2e7fc629dac736113cfa6 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Fri, 22 Aug 2014 22:13:01 +0400 Subject: runtime: convert note to Go Note is required for timers and heap scavenger. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews, khr, rlh https://golang.org/cl/128620043 --- src/pkg/runtime/export_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/runtime/export_test.go') diff --git a/src/pkg/runtime/export_test.go b/src/pkg/runtime/export_test.go index 4ca5a7354f..9d25cafebb 100644 --- a/src/pkg/runtime/export_test.go +++ b/src/pkg/runtime/export_test.go @@ -19,7 +19,6 @@ var Fintto64 = fintto64 var F64toint = f64toint func entersyscall() -func exitsyscall() func golockedOSThread() bool func stackguard() (sp, limit uintptr) -- cgit v1.3-5-g9baa