summaryrefslogtreecommitdiff
path: root/gio/gtcpconnection.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-06-29 18:32:09 +0200
committerBenjamin Otte <otte@gnome.org>2009-06-29 18:32:09 +0200
commitfc2b3ee560e29b4ef6e70928b0be75d833d75aec (patch)
tree4fe7b223cb53e7d6055b0fafa189b1b7a1f376f0 /gio/gtcpconnection.c
parentafd63c32814869489f812d6738de027ce113957d (diff)
downloadglib-fc2b3ee560e29b4ef6e70928b0be75d833d75aec.tar.gz
remove unused label
complained about by -Wall
Diffstat (limited to 'gio/gtcpconnection.c')
-rw-r--r--gio/gtcpconnection.c3
1 files changed, 0 insertions, 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);
-
-
}
/**