On Tue, 2023-12-12 at 18:53 -0500, Benjamin Marzinski wrote: > cli_del_map() does a lot of unnecessary work to match the arguments > of > ev_remove_map(), of which it is the only caller. Then > ev_remove_map() > does more unnecessary work to verify the arguments passed in. remove > ev_remove_map() and make cli_del_map() get the mpp like the rest of > the client handlers do. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>