diff options
author | Alex Jia <ajia@redhat.com> | 2012-08-29 18:00:51 +0800 |
---|---|---|
committer | Alex Jia <ajia@redhat.com> | 2012-08-29 18:25:57 +0800 |
commit | 95c61007e7fa89598f8d15e5823093022e3f6128 (patch) | |
tree | b61d1bc52c4bd2c026af743478fa738bf46b3415 /src/security | |
parent | Release of libvirt-0.10.0 (diff) | |
download | libvirt-95c61007e7fa89598f8d15e5823093022e3f6128.tar.gz libvirt-95c61007e7fa89598f8d15e5823093022e3f6128.tar.bz2 libvirt-95c61007e7fa89598f8d15e5823093022e3f6128.zip |
security: remove dead code from virSecurityDACGenLabel
* src/security/security_dac.c: remove useless dead code.
Signed-off-by: Alex Jia <ajia@redhat.com>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/security_dac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/security_dac.c b/src/security/security_dac.c index 5de739149..211fb37e9 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'"), |