diff options
| author | Russ Cox <rsc@golang.org> | 2008-09-26 14:10:26 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-09-26 14:10:26 -0700 |
| commit | 72154b042fc0e8399b44ad15af48f1f7aa8791ef (patch) | |
| tree | d3a66f8cc3b790bdd4d3d9cd0339b83102e2a717 /src/runtime/runtime.h | |
| parent | 133c68e9ac911670cde197c456050aebc004d2e0 (diff) | |
| download | go-72154b042fc0e8399b44ad15af48f1f7aa8791ef.tar.xz | |
go/acid/go
R=r
DELTA=99 (95 added, 1 deleted, 3 changed)
OCL=15983
CL=15992
Diffstat (limited to 'src/runtime/runtime.h')
| -rw-r--r-- | src/runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index 86afaaa7c2..f590472439 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -186,7 +186,6 @@ struct SigTab */ extern Alg algarray[3]; extern string emptystring; -M* allm; G* allg; int32 goidgen; extern int32 gomaxprocs; |
