fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF
authorTodor Minchev <todor@minchev.co.uk>
Thu, 23 Jan 2014 23:54:53 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:58 +0000 (16:36 -0800)
commit7a5f4f1cb0e7581ee7deb938d65f97145fa045f8
tree9a5c3ebcdc582de236d9b7228c7872884a1a63ea
parent98a9bba51c6e47f69c4fa22cc39a600d2e39536c
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 <todor@minchev.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c