Eric Blake <ebl...@redhat.com> writes:

> On 06/13/2015 08:20 AM, Markus Armbruster wrote:
>> In particular, don't include it into headers.
>> 
>> Signed-off-by: Markus Armbruster <arm...@redhat.com>
>> ---
>
>>  46 files changed, 25 insertions(+), 21 deletions(-)
>
> Assuming this was done by deleting from headers, then adding it into .c
> files that no longer compiled.  Were there any .c files where it was
> unused, and if so, how did you go about finding them?  By grepping for
> QERR_?

Yes, I grepped for QERR_ in addition to compile.  Compile can only find
missing includes, grep also finds the superfluous ones, and covers code
I can't easily compile locally.

> Reviewed-by: Eric Blake <ebl...@redhat.com>

Thanks!

Reply via email to