mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
cleanup useless return sentence
This patch cleans up return sentences in the end of void functions. Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Amos Kong <akong@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
58455eb9f2
commit
4d5b97da35
@@ -619,7 +619,6 @@ void start_auth_sasl(VncState *vs)
|
||||
|
||||
authabort:
|
||||
vnc_client_error(vs);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user