diff options
| author | Ian Lance Taylor <iant@golang.org> | 2014-08-04 20:29:58 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2014-08-04 20:29:58 -0700 |
| commit | bb843c0b2ffaaca6b2f18a54cd30b9d1b10c7eb7 (patch) | |
| tree | 5b7ab5fffbe83fdb9f7f1ee481fb45a709b03dd5 /src | |
| parent | 6c007bb065dbbf0db878c68221d302f49b3e8350 (diff) | |
| download | go-bb843c0b2ffaaca6b2f18a54cd30b9d1b10c7eb7.tar.xz | |
runtime: remove unused enum maxround
LGTM=minux, dave
R=golang-codereviews, minux, dave
CC=golang-codereviews
https://golang.org/cl/122030043
Diffstat (limited to 'src')
| -rw-r--r-- | src/pkg/runtime/runtime.c | 4 |
1 files changed, 0 insertions, 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 |
