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