From 4db119c01b1c9a10a070a2b23a3d43ca2dc722c5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Sep 2013 11:28:47 +0200 Subject: IOThread: use FatalError() on g_thread_create() error New GLib versions don't fail. --- src/IOThread.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/IOThread.hxx') diff --git a/src/IOThread.hxx b/src/IOThread.hxx index 8c6f233ab..cfa34a494 100644 --- a/src/IOThread.hxx +++ b/src/IOThread.hxx @@ -22,15 +22,13 @@ #include "gcc.h" -#include - class EventLoop; void io_thread_init(void); -bool -io_thread_start(GError **error_r); +void +io_thread_start(); /** * Run the I/O event loop synchronously in the current thread. This -- cgit v1.2.3