Skip to content

Commit

Permalink
build: remove last remaining 2.32 glib version check
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed May 30, 2018
1 parent d7a8f2b commit eb90a28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/arvstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,7 @@ arv_stream_finalize (GObject *object)
g_async_queue_unref (stream->priv->input_queue);
g_async_queue_unref (stream->priv->output_queue);

#if GLIB_CHECK_VERSION(2,32,0)
g_rec_mutex_clear (&stream->priv->mutex);
#else
g_rec_mutex_free (stream->priv->mutex);
#endif

parent_class->finalize (object);
}
Expand Down

0 comments on commit eb90a28

Please sign in to comment.