From: Ian Lance Taylor Date: Tue, 5 Aug 2014 03:29:58 +0000 (-0700) Subject: runtime: remove unused enum maxround X-Git-Tag: go1.4beta1~957 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bb843c0b2ffaaca6b2f18a54cd30b9d1b10c7eb7;p=gostls13.git runtime: remove unused enum maxround LGTM=minux, dave R=golang-codereviews, minux, dave CC=golang-codereviews https://golang.org/cl/122030043 --- diff --git a/src/pkg/runtime/runtime.c b/src/pkg/runtime/runtime.c index ec0df1d170..31b853c87a 100644 --- a/src/pkg/runtime/runtime.c +++ b/src/pkg/runtime/runtime.c @@ -7,10 +7,6 @@ #include "arch_GOARCH.h" #include "../../cmd/ld/textflag.h" -enum { - maxround = sizeof(uintptr), -}; - // Keep a cached value to make gotraceback fast, // since we call it on every call to gentraceback. // The cached value is a uint32 in which the low bit