mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Small cleanup
This commit is contained in:
parent
cac5dcaf8f
commit
5b69c5bfc5
@ -2949,9 +2949,8 @@ void QueryDbMain(const std::string& bin_name, Config* config, MultiQueueWaiter*
|
|||||||
&project, &file_consumer_shared, &working_files,
|
&project, &file_consumer_shared, &working_files,
|
||||||
&clang_complete, &include_complete, global_code_complete_cache.get(), non_global_code_complete_cache.get(), signature_cache.get());
|
&clang_complete, &include_complete, global_code_complete_cache.get(), non_global_code_complete_cache.get(), signature_cache.get());
|
||||||
if (!did_work) {
|
if (!did_work) {
|
||||||
IpcManager* ipc = IpcManager::instance();
|
|
||||||
waiter->Wait({
|
waiter->Wait({
|
||||||
ipc->threaded_queue_for_server_.get(),
|
IpcManager::instance()->threaded_queue_for_server_.get(),
|
||||||
&queue.do_id_map,
|
&queue.do_id_map,
|
||||||
&queue.on_indexed
|
&queue.on_indexed
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user