From: Knut S. O. <bir...@an...> - 2016-02-24 13:53:39
|
Removes help text left behind when --allow-64-bit was turned into default behavior + warning. Signed-off-by: Knut St. Osmundsen <bir...@an...> --- nasm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nasm.c b/nasm.c index a176f25..469cd51 100644 --- a/nasm.c +++ b/nasm.c @@ -805,9 +805,6 @@ static bool process_arg(char *p, char *q) "--prefix,--postfix\n" " this options prepend or append the given argument to all\n" " extern and global variables\n" - "--allow-64-bit\n" - " do not restrict 64-bit code to 64-bit capable output\n" - " formats (use with care, no complaining)\n\n" "Warnings:\n"); for (i = 0; i <= ERR_WARN_MAX; i++) printf(" %-23s %s (default %s)\n", -- 2.6.2.windows.1 |