summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-08-11 00:47:02 +0300
committerOxore <oxore@protonmail.com>2023-08-11 00:47:02 +0300
commit5a724adfc7cfbdd015c38e8627d491e8c297964d (patch)
tree0039dbfea900311b8964577641ce4d38761705b2
parentd68014816affd9a44458969c47c1803f8d5bbac9 (diff)
Remove irrelevant comment
-rw-r--r--main.c2
1 files changed, 0 insertions, 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,