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); - - } /**