From 5a724adfc7cfbdd015c38e8627d491e8c297964d Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 11 Aug 2023 00:47:02 +0300 Subject: Remove irrelevant comment --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 6132e50..a6897ae 100644 --- a/main.c +++ b/main.c @@ -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, -- cgit v1.2.3