mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 09:50:26 +00:00
Re-enable anonymous namespace in command_line.cc
This commit is contained in:
parent
4245bac1db
commit
28ddc9f346
@ -48,7 +48,7 @@
|
||||
// TODO: implement ThreadPool type which monitors CPU usage / number of work items
|
||||
// per second completed and scales up/down number of running threads.
|
||||
|
||||
//namespace {
|
||||
namespace {
|
||||
|
||||
std::vector<std::string> kEmptyArgs;
|
||||
|
||||
@ -822,7 +822,7 @@ struct IndexManager {
|
||||
};
|
||||
|
||||
|
||||
//} // namespace
|
||||
} // namespace
|
||||
|
||||
enum class FileParseQuery {
|
||||
NeedsParse,
|
||||
|
Loading…
Reference in New Issue
Block a user