X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fbinfmt_elf.c;h=67be2951b98a4e6b5d6b28508f9b37fad6b06607;hb=a4ecdf82f8ea49f7d3a072121dcbd0bf3a7cb93a;hp=571a423269085177a1d15e932f400ce1673619ca;hpb=38fd2c202a3d82bc12430bce5789fa2c2a406f71;p=~andy%2Flinux diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 571a4232690..67be2951b98 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -543,9 +543,6 @@ out: * libraries. There is no binary dependent code anywhere else. */ -#define INTERPRETER_NONE 0 -#define INTERPRETER_ELF 2 - #ifndef STACK_RND_MASK #define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */ #endif