summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,