summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--preproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 736bbff9..feccc33a 100644
--- a/preproc.c
+++ b/preproc.c
@@ -3211,7 +3211,6 @@ static int do_directive(Token * tline)
}
p = pp = nasm_malloc(len);
- t = tline;
for (t = tline; t; t = t->next) {
if (t->type == TOK_STRING) {
memcpy(p, t->text, t->a.len);