Re: [PATCH] hw/loader: Remove unused rom_add_file_as() definition

2021-09-21 Thread Alistair Francis
On Sat, Sep 18, 2021 at 5:02 AM Philippe Mathieu-Daudé wrote: > > rom_add_file_as() is not used anywhere, remove it. > > Signed-off-by: Philippe Mathieu-Daudé Looks fine, although I'm not convinced removing this gets us anything. It might be used in the future and doesn't add too much cruft. Re

[PATCH] hw/loader: Remove unused rom_add_file_as() definition

2021-09-17 Thread Philippe Mathieu-Daudé
rom_add_file_as() is not used anywhere, remove it. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/loader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/loader.h b/include/hw/loader.h index cbfc1848737..c52a1df8b68 100644 --- a/include/hw/loader.h +++ b/include/hw/loader.