GFile: remove some unnecessary code
authorDan Winship <danw@gnome.org>
Tue, 17 Apr 2012 13:55:33 +0000 (09:55 -0400)
committerDan Winship <danw@gnome.org>
Tue, 10 Jul 2012 14:47:49 +0000 (10:47 -0400)
commita98d26c9bbd40b5d00d5a1536402c9196534087c
tree880f4240119aac8bb592a75de15dfbdc3717a5cc
parent4749878f9102d40d072bb5c838f2dd2e8d61d417
GFile: remove some unnecessary code

The "mainloop_barrier" in copy_async_thread() is unnecessary, since
the g_simple_async_result_complete_in_idle() will be queued after all
of the g_io_scheduler_job_send_to_mainloop_async()s, and sources with
the same priority will run in the order in which they were queued.

https://bugzilla.gnome.org/show_bug.cgi?id=661767
gio/gfile.c