diff --git a/src/compile.c b/src/compile.c index 86f9679..1f1c42b 100644 --- a/src/compile.c +++ b/src/compile.c @@ -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