[gnome-builder/wip/chergert/code-index-revamp] meson: remove task priority for get build flags



commit 733bf749b471a875dfd17701905d0fcabe8a4e9a
Author: Christian Hergert <chergert redhat com>
Date:   Sat Feb 2 01:36:04 2019 -0800

    meson: remove task priority for get build flags

 src/plugins/meson/gbp-meson-build-system.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/meson/gbp-meson-build-system.c b/src/plugins/meson/gbp-meson-build-system.c
index 9b398f311..05832bfb9 100644
--- a/src/plugins/meson/gbp-meson-build-system.c
+++ b/src/plugins/meson/gbp-meson-build-system.c
@@ -262,7 +262,6 @@ gbp_meson_build_system_load_commands_async (GbpMesonBuildSystem *self,
 
   task = ide_task_new (self, cancellable, callback, user_data);
   ide_task_set_source_tag (task, gbp_meson_build_system_load_commands_async);
-  ide_task_set_priority (task, G_PRIORITY_LOW);
 
   /*
    * If we've already load the compile commands database, use it and


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]