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:
parent
ef4e12a4ba
commit
15baf6b4ac
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user