remove commented out unused variables

This commit is contained in:
AdenKoperczak 2024-09-20 13:27:27 -04:00
parent 46e0adee15
commit 02bf673105
10 changed files with 0 additions and 21 deletions

View file

@ -30,8 +30,6 @@ 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};
class WarningsProvider::Impl
{
public: