From: Alex Jia Date: Wed, 29 Aug 2012 10:00:51 +0000 (+0800) Subject: security: remove dead code from virSecurityDACGenLabel X-Git-Tag: v0.10.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c61007e7fa89598f8d15e5823093022e3f6128;p=thirdparty%2Flibvirt.git security: remove dead code from virSecurityDACGenLabel * src/security/security_dac.c: remove useless dead code. Signed-off-by: Alex Jia --- diff --git a/src/security/security_dac.c b/src/security/security_dac.c index 5de7391491..211fb37e9e 100644 --- a/src/security/security_dac.c +++ b/src/security/security_dac.c @@ -891,7 +891,6 @@ virSecurityDACGenLabel(virSecurityManagerPtr mgr, case VIR_DOMAIN_SECLABEL_NONE: /* no op */ return 0; - break; default: virReportError(VIR_ERR_INTERNAL_ERROR, _("unexpected security label type '%s'"),