aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-26 14:10:26 -0700
committerRuss Cox <rsc@golang.org>2008-09-26 14:10:26 -0700
commit72154b042fc0e8399b44ad15af48f1f7aa8791ef (patch)
treed3a66f8cc3b790bdd4d3d9cd0339b83102e2a717 /src/runtime/runtime.h
parent133c68e9ac911670cde197c456050aebc004d2e0 (diff)
downloadgo-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.h1
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;