diff options
| author | Keith Randall <khr@golang.org> | 2013-10-04 13:22:20 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2013-10-04 13:22:20 -0700 |
| commit | 15baf6b4ace720e7b2cfe5911d43aa9ede1a4f97 (patch) | |
| tree | 7e80dbf03c005ba79e544360e0c45e72ee0a65d6 /src/pkg/runtime | |
| parent | ef4e12a4ba5377c8462b73af73043e0f78411e47 (diff) | |
| download | go-15baf6b4ace720e7b2cfe5911d43aa9ede1a4f97.tar.xz | |
runtime: remove 3 unused declarations.
R=golang-dev, cshapiro, iant
CC=golang-dev
https://golang.org/cl/14405043
Diffstat (limited to 'src/pkg/runtime')
| -rw-r--r-- | src/pkg/runtime/traceback_x86.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/runtime/traceback_x86.c b/src/pkg/runtime/traceback_x86.c index a18bb9a6a2..d658e8f11a 100644 --- a/src/pkg/runtime/traceback_x86.c +++ b/src/pkg/runtime/traceback_x86.c @@ -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. |
