mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
comment out some unused variables/constants
This commit is contained in:
parent
a2efe1a928
commit
f5a5d3172f
8 changed files with 15 additions and 15 deletions
|
|
@ -30,7 +30,7 @@ namespace provider
|
|||
static const std::string logPrefix_ = "scwx::provider::warnings_provider";
|
||||
static const auto logger_ = util::Logger::Create(logPrefix_);
|
||||
|
||||
static constexpr std::chrono::seconds kUpdatePeriod_ {15};
|
||||
//static constexpr std::chrono::seconds kUpdatePeriod_ {15};
|
||||
|
||||
class WarningsProvider::Impl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue