Re-enable anonymous namespace in command_line.cc

This commit is contained in:
Jacob Dufault 2017-08-16 19:08:00 -07:00
parent 4245bac1db
commit 28ddc9f346

View File

@ -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,