compile: Remove dead code

This commit is contained in:
Laria 2022-11-01 21:19:52 +01:00
parent 97d79754dd
commit 369a94cbca

View file

@ -632,9 +632,6 @@ compile_assignment(
apfl_gc_tmproots_restore(compiler->gc, tmproots);
return ok;
compiler->error = apfl_error_simple(APFL_ERR_NOT_IMPLEMENTED);
return false;
}
static bool