summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/preproc.c b/preproc.c
index df09fc54..aa171e9b 100644
--- a/preproc.c
+++ b/preproc.c
@@ -2138,9 +2138,6 @@ static int do_directive(Token * tline)
/* Directive to tell NASM what the default stack size is. The
* default is for a 16-bit stack, and this can be overriden with
* %stacksize large.
- * the following form:
- *
- * ARG arg1:WORD, arg2:DWORD, arg4:QWORD
*/
tline = tline->next;
if (tline && tline->type == TOK_WHITESPACE)