]> Cypherpunks repositories - gostls13.git/commitdiff
gc: delete DUPOK definition
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 18:25:48 +0000 (13:25 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 18:25:48 +0000 (13:25 -0500)
The relevant header is already included.

R=ken2
CC=golang-dev
https://golang.org/cl/5487062

src/cmd/gc/pgen.c

index 034270360c6c6a285118de578baa3dc58f4b9663..3c2237a2aefe8aa4678949008cb8838fdefb59ed 100644 (file)
@@ -7,8 +7,6 @@
 #include       "gg.h"
 #include       "opt.h"
 
-#define        DUPOK   (1<<1)  /* same in all architectures */
-
 static void allocauto(Prog* p);
 
 void