6l, 8l: remove unused macro definition

Their last use is removed in rev 70ed048caad2.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5532115
This commit is contained in:
Shenghou Ma 2012-01-22 10:35:15 -08:00 committed by Rob Pike
parent e021357673
commit 41914c1df8
2 changed files with 0 additions and 4 deletions

View File

@ -37,8 +37,6 @@
#include "../ld/macho.h"
#include "../ld/pe.h"
#define Dbufslop 100
#define PADDR(a) ((uint32)(a) & ~0x80000000)
char linuxdynld[] = "/lib64/ld-linux-x86-64.so.2";

View File

@ -37,8 +37,6 @@
#include "../ld/macho.h"
#include "../ld/pe.h"
#define Dbufslop 100
char linuxdynld[] = "/lib/ld-linux.so.2";
char freebsddynld[] = "/usr/libexec/ld-elf.so.1";
char openbsddynld[] = "/usr/libexec/ld.so";