Remove dead store for rator

This commit is contained in:
Paulo Matos 2019-02-18 09:45:31 +01:00 committed by Matthew Flatt
parent 10d721eaea
commit 490105ed53

View File

@ -5165,7 +5165,6 @@ static Scheme_Object *finish_optimize_application3(Scheme_App3_Rec *app, Optimiz
check_known(info, app_o, rator, rand2, "ormap", scheme_list_p_proc, NULL, info->unsafe_mode); check_known(info, app_o, rator, rand2, "ormap", scheme_list_p_proc, NULL, info->unsafe_mode);
} }
rator = app->rator; /* in case it was updated */
} }
/* Using a struct mutator? */ /* Using a struct mutator? */