GAsyncQueue: simplify an internal function
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Oct 2011 00:16:32 +0000 (20:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Oct 2011 00:22:47 +0000 (20:22 -0400)
commit3d814e7a2ae80f422889c5f830af7e26c1f88a02
treeb7bdf3c6b1fd37e39150dc2c617171a407fefd53
parent8c5400ff45b28a68cd97965abe16ce45dca2548c
GAsyncQueue: simplify an internal function

g_cond_timed_wait() behaves like g_cond_wait() when given
NULL, so no need have different branches for that in
g_async_queue_pop_intern_unlocked().
glib/gasyncqueue.c