mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
remove unused label
complained about by -Wall
This commit is contained in:
parent
afd63c3281
commit
fc2b3ee560
@ -342,11 +342,8 @@ g_tcp_connection_close_async (GIOStream *stream,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
|
||||||
return G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
|
return G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
|
||||||
->close_async (stream, io_priority, cancellable, callback, user_data);
|
->close_async (stream, io_priority, cancellable, callback, user_data);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user