[glib] remove unused label



commit fc2b3ee560e29b4ef6e70928b0be75d833d75aec
Author: Benjamin Otte <otte gnome org>
Date:   Mon Jun 29 18:32:09 2009 +0200

    remove unused label
    
    complained about by -Wall

 gio/gtcpconnection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c
index 6ae3c71..738ccb0 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);
-
-
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]