Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > This file is now empty. Avoid new definitions by killing it, > paying off a 8 years old debt (with interests). > > Mechanical change using: > > $ git grep -l qapi/qmp/qerror.h | while read f; do \ > gawk -i inplace '/#include "qapi\/qmp\/qerror.h"/ && !p {p++;next}1' > $f; \ > done > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Juan Quintela <quint...@redhat.com>