From fc2b3ee560e29b4ef6e70928b0be75d833d75aec Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 29 Jun 2009 18:32:09 +0200 Subject: [PATCH] remove unused label complained about by -Wall --- gio/gtcpconnection.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c index 6ae3c713e..738ccb019 100644 --- a/gio/gtcpconnection.c +++ b/gio/gtcpconnection.c @@ -342,11 +342,8 @@ g_tcp_connection_close_async (GIOStream *stream, return; } - out: return G_IO_STREAM_CLASS (g_tcp_connection_parent_class) ->close_async (stream, io_priority, cancellable, callback, user_data); - - } /**