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

6l: fix another "set and not used".

R=rsc
CC=golang-dev
https://golang.org/cl/4433042
This commit is contained in:
Rob Pike 2011-04-15 08:31:32 -07:00
parent b7065c5da4
commit 07dc26f88d

View File

@ -681,7 +681,7 @@ asmb(void)
{
int32 magic;
int a, dynsym;
vlong vl, startva, fo, symo, elfsymo, elfstro, elfsymsize, machlink;
vlong vl, startva, symo, elfsymo, elfstro, elfsymsize, machlink;
ElfEhdr *eh;
ElfPhdr *ph, *pph;
ElfShdr *sh;
@ -846,7 +846,6 @@ asmb(void)
/* elf amd-64 */
eh = getElfEhdr();
fo = HEADR;
startva = INITTEXT - HEADR;
/* This null SHdr must appear before all others */