1
0
mirror of https://github.com/golang/go synced 2024-11-12 01:50:22 -07:00

gc: delete DUPOK definition

The relevant header is already included.

R=ken2
CC=golang-dev
https://golang.org/cl/5487062
This commit is contained in:
Russ Cox 2011-12-13 13:25:48 -05:00
parent 2b600f77dd
commit 61655bc513

View 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