Commit 75802ebc authored by Max Kellermann's avatar Max Kellermann

StateFileConfig, ...: drop obsolete out-of-class definition

parent 27cc7b35
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "fs/StandardDirectory.hxx" #include "fs/StandardDirectory.hxx"
#endif #endif
constexpr std::chrono::steady_clock::duration StateFileConfig::DEFAULT_INTERVAL;
StateFileConfig::StateFileConfig(const ConfigData &config) StateFileConfig::StateFileConfig(const ConfigData &config)
:path(config.GetPath(ConfigOption::STATE_FILE)), :path(config.GetPath(ConfigOption::STATE_FILE)),
interval(config.GetUnsigned(ConfigOption::STATE_FILE_INTERVAL, interval(config.GetUnsigned(ConfigOption::STATE_FILE_INTERVAL,
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "Connection.hxx" #include "Connection.hxx"
#include "event/Call.hxx" #include "event/Call.hxx"
constexpr std::chrono::steady_clock::duration BlockingNfsOperation::timeout;
void void
BlockingNfsOperation::Run() BlockingNfsOperation::Run()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment