]> Pileus Git - ~andy/linux/blobdiff - fs/binfmt_elf.c
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[~andy/linux] / fs / binfmt_elf.c
index 571a423269085177a1d15e932f400ce1673619ca..67be2951b98a4e6b5d6b28508f9b37fad6b06607 100644 (file)
@@ -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