Commit 07dc26f8 authored by Rob Pike's avatar Rob Pike

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

R=rsc
CC=golang-dev
https://golang.org/cl/4433042
parent b7065c5d
......@@ -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 */
......
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