mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 13:48:04 +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,
|
||||
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())
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user