mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix a lot of clang complaints
Mostly dead assignments.
This commit is contained in:
@@ -116,10 +116,6 @@ static gboolean g_unix_input_stream_close_finish (GInputStream *stream,
|
||||
static void
|
||||
g_unix_input_stream_finalize (GObject *object)
|
||||
{
|
||||
GUnixInputStream *stream;
|
||||
|
||||
stream = G_UNIX_INPUT_STREAM (object);
|
||||
|
||||
G_OBJECT_CLASS (g_unix_input_stream_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user