Commit 41914c1d authored by Shenghou Ma's avatar Shenghou Ma Committed by Rob Pike

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
parent e0213576
......@@ -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";
......
......@@ -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";
......
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