Re: [Qemu-devel] [PATCH trivial] Remove unused function declarations

2016-09-14 Thread Michael Tokarev
13.06.2016 17:20, Ladi Prosek wrote: Unused function declarations were found using a simple gcc plugin and manually verified by grepping the sources. Applied to -trivial, thank you! Verified it all, too. /mjt

Re: [Qemu-devel] [PATCH trivial] Remove unused function declarations

2016-07-11 Thread Ladi Prosek
On Mon, Jun 13, 2016 at 4:20 PM, Ladi Prosek wrote: > Unused function declarations were found using a simple gcc plugin and > manually verified by grepping the sources. > > Signed-off-by: Ladi Prosek > --- > Posting as one trivial patch because no domain specific knowledge is > required to verify