From bb843c0b2ffaaca6b2f18a54cd30b9d1b10c7eb7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 Aug 2014 20:29:58 -0700 Subject: [PATCH] runtime: remove unused enum maxround LGTM=minux, dave R=golang-codereviews, minux, dave CC=golang-codereviews https://golang.org/cl/122030043 --- src/pkg/runtime/runtime.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.0