mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-14 21:02:14 +00:00
Small doc update.
This commit is contained in:
parent
b2e2d4fcbb
commit
0ac0039c61
@ -257,7 +257,8 @@ bool IndexMain_DoParse(Config* config,
|
|||||||
import_manager, cache_manager, indexer, request->is_interactive,
|
import_manager, cache_manager, indexer, request->is_interactive,
|
||||||
entry, request->contents);
|
entry, request->contents);
|
||||||
|
|
||||||
// Don't bother sending an IdMap request if there are no responses.
|
// Don't bother sending an IdMap request if there are no responses. This
|
||||||
|
// avoids a lock.
|
||||||
if (responses.empty())
|
if (responses.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user