Commit 091388d8 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

cmd/ld: remove unused assignment

The calculation of datsize is redundant.

R=golang-dev, seed, rsc
CC=golang-dev
https://golang.org/cl/6503122
parent d151fb9e
......@@ -1038,7 +1038,6 @@ dodata(void)
datsize += t;
}
sect->len = datsize - sect->vaddr;
datsize = rnd(datsize, PtrSize);
/* we finished segdata, begin segtext */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment