From 95c61007e7fa89598f8d15e5823093022e3f6128 Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Wed, 29 Aug 2012 18:00:51 +0800 Subject: [PATCH] security: remove dead code from virSecurityDACGenLabel * src/security/security_dac.c: remove useless dead code. Signed-off-by: Alex Jia --- src/security/security_dac.c | 1 - 1 file changed, 1 deletion(-) 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'"), -- GitLab