1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:20:27 -07:00

runtime: remove 3 unused declarations.

R=golang-dev, cshapiro, iant
CC=golang-dev
https://golang.org/cl/14405043
This commit is contained in:
Keith Randall 2013-10-04 13:22:20 -07:00
parent ef4e12a4ba
commit 15baf6b4ac

View File

@ -9,9 +9,6 @@
#include "malloc.h"
#include "funcdata.h"
void runtime·deferproc(void);
void runtime·newproc(void);
void runtime·morestack(void);
void runtime·sigpanic(void);
// This code is also used for the 386 tracebacks.