From: Keith Randall Date: Fri, 4 Oct 2013 20:22:20 +0000 (-0700) Subject: runtime: remove 3 unused declarations. X-Git-Tag: go1.2rc2~66 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=15baf6b4ace720e7b2cfe5911d43aa9ede1a4f97;p=gostls13.git runtime: remove 3 unused declarations. R=golang-dev, cshapiro, iant CC=golang-dev https://golang.org/cl/14405043 --- 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.