From: Todor Minchev Date: Thu, 23 Jan 2014 23:54:53 +0000 (-0800) Subject: fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7a5f4f1cb0e7581ee7deb938d65f97145fa045f8;p=deliverable%2Flinux.git fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF These two defines are unused since the removal of the a.out interpreter support in the ELF loader in kernel 2.6.25 Signed-off-by: Todor Minchev Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 571a42326908..67be2951b98a 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