diff --git a/src/context.c b/src/context.c index a63f4db..bcbeb02 100644 --- a/src/context.c +++ b/src/context.c @@ -830,9 +830,6 @@ init_globals(apfl_ctx ctx) goto error; } - // TODO: It's silly that we need to copy the name into a new gc string. - // It should be possible for the scope to also have a const string - // as a name. struct apfl_string *name = new_copied_string(gc, apfl_string_view_from(global->name)); if (name == NULL) { goto error;