Re: [libvirt] [PATCH 5/7] remote: remove unused label

2018-03-06 Thread Peter Krempa
On Tue, Mar 06, 2018 at 15:01:37 +0100, Ján Tomko wrote:
> Leftover from .
> It seems nobody builds WITH_POLKIT0 and -Wunused-label.
> 
> Signed-off-by: Ján Tomko 
> ---
>  src/remote/remote_driver.c | 1 -
>  1 file changed, 1 deletion(-)

You could also fixing it by removing the whole function :)

ACK


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 5/7] remote: remove unused label

2018-03-06 Thread Ján Tomko
Leftover from .
It seems nobody builds WITH_POLKIT0 and -Wunused-label.

Signed-off-by: Ján Tomko 
---
 src/remote/remote_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c
index 9ea726dc4..2ec69166f 100644
--- a/src/remote/remote_driver.c
+++ b/src/remote/remote_driver.c
@@ -4341,7 +4341,6 @@ remoteAuthPolkit0(virConnectPtr conn, struct private_data 
*priv,
 return -1; /* virError already set by call */
 }
 
- out:
 VIR_DEBUG("PolicyKit-0 authentication complete");
 return 0;
 }
-- 
2.16.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list