diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1992,8 +1992,6 @@ static int pars_finish_directive( if (ret != OK) { return ret; } - // First token of the directive precedes token of it's arguments, that's why - // we subtract 1 here const size_t first_token = label_id ? label_id : directive.name_token; const struct stmt stmt = { .type = ST_DIRECTIVE, |