Merge branch 'wip/tingping/threaded-resolver-unused-pool' into 'master'

gthreadedresolver: Remove unused thread pool

See merge request GNOME/glib!698
This commit is contained in:
Michael Catanzaro 2019-02-27 15:53:51 +00:00
commit 8f1cbda085

View File

@ -32,8 +32,6 @@ G_BEGIN_DECLS
typedef struct {
GResolver parent_instance;
GThreadPool *thread_pool;
} GThreadedResolver;
typedef struct {