From: Benjamin Otte Date: Mon, 29 Jun 2009 16:32:09 +0000 (+0200) Subject: remove unused label X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fc2b3ee560e29b4ef6e70928b0be75d833d75aec;p=dana%2Fcg-glib.git remove unused label complained about by -Wall --- diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c index 6ae3c713..738ccb01 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); - - } /**