error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()

Both functions report errors nicely enough now, no need for additional
messages.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Markus Armbruster 2010-03-25 17:22:35 +01:00 committed by Aurelien Jarno
parent c64f27d4f4
commit c389c43ee5
4 changed files with 0 additions and 10 deletions

View file

@ -472,7 +472,6 @@ int qemu_config_parse(FILE *fp, const char *fname)
goto out;
}
if (qemu_opt_set(opts, arg, value) != 0) {
error_report("failed to set \"%s\" for %s", arg, group);
goto out;
}
continue;