mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix a lot of clang complaints
Mostly dead assignments.
This commit is contained in:
@@ -108,10 +108,6 @@ static gboolean g_unix_output_stream_close_finish (GOutputStream *stream,
|
||||
static void
|
||||
g_unix_output_stream_finalize (GObject *object)
|
||||
{
|
||||
GUnixOutputStream *stream;
|
||||
|
||||
stream = G_UNIX_OUTPUT_STREAM (object);
|
||||
|
||||
G_OBJECT_CLASS (g_unix_output_stream_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user