1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00

revert setting of name from type. already set correctly.

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 1 deleted, 0 changed)
OCL=34799
CL=34801
This commit is contained in:
Kai Backman 2009-09-18 12:47:25 -07:00
parent 99f54911cd
commit 020dbcd4df

View File

@ -427,7 +427,6 @@ datagostring(Strlit *sval, Addr *a)
// $string len+ptr
datastring(sval->s, sval->len, &ap);
ap.name = ap.type;
ap.type = D_CONST;
ap.etype = TINT32;