aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2012-03-06 09:07:00 -0800
committerIan Lance Taylor <iant@golang.org>2012-03-06 09:07:00 -0800
commitaabbcda8163d4a2bceaf8e25156968cb0e88de75 (patch)
treef80862c8226e482902e8eb24b00cebfcf1139e7e /src/pkg/runtime/runtime.h
parenteb2163ffbb9ce586ff01332c41549c8bb28462af (diff)
downloadgo-aabbcda8163d4a2bceaf8e25156968cb0e88de75.tar.xz
runtime: remove unused runtime·signame and runtime·newError
R=golang-dev CC=golang-dev https://golang.org/cl/5756044
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index f2669fdb7e..6f5aea11db 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -675,7 +675,6 @@ void runtime·panicslice(void);
/*
* runtime c-called (but written in Go)
*/
-void runtime·newError(String, Eface*);
void runtime·printany(Eface);
void runtime·newTypeAssertionError(String*, String*, String*, String*, Eface*);
void runtime·newErrorString(String, Eface*);
@@ -706,7 +705,6 @@ float64 runtime·ldexp(float64 d, int32 e);
float64 runtime·modf(float64 d, float64 *ip);
void runtime·semacquire(uint32*);
void runtime·semrelease(uint32*);
-String runtime·signame(int32 sig);
int32 runtime·gomaxprocsfunc(int32 n);
void runtime·procyield(uint32);
void runtime·osyield(void);