diff options
author | Oxore <oxore@protonmail.com> | 2023-08-11 00:47:02 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-11 00:47:02 +0300 |
commit | 5a724adfc7cfbdd015c38e8627d491e8c297964d (patch) | |
tree | 0039dbfea900311b8964577641ce4d38761705b2 | |
parent | d68014816affd9a44458969c47c1803f8d5bbac9 (diff) |
Remove irrelevant comment
-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, |