From 15baf6b4ace720e7b2cfe5911d43aa9ede1a4f97 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Fri, 4 Oct 2013 13:22:20 -0700 Subject: [PATCH] runtime: remove 3 unused declarations. R=golang-dev, cshapiro, iant CC=golang-dev https://golang.org/cl/14405043 --- src/pkg/runtime/traceback_x86.c | 3 --- 1 file changed, 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. -- 2.50.0