Remove unused option "--script=".

This commit is contained in:
Markus F.X.J. Oberhumer
2016-12-19 23:44:10 +01:00
parent cc9d19da19
commit d46a8438ba
2 changed files with 0 additions and 34 deletions
-2
View File
@@ -145,8 +145,6 @@ struct options_t {
bool make_ptinterp; // make PT_INTERP [ignore current file!]
bool unmap_all_pages; // thus /proc/self/exe vanishes
unsigned char osabi0; // replacement if 0==.e_ident[EI_OSABI]
enum { SCRIPT_MAX = 32 };
const char *script_name;
bool preserve_build_id; // copy the build-id to the compressed binary
} o_unix;
struct {