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

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

parent 27cc7b35
......@@ -24,8 +24,6 @@
#include "fs/StandardDirectory.hxx"
#endif
constexpr std::chrono::steady_clock::duration StateFileConfig::DEFAULT_INTERVAL;
StateFileConfig::StateFileConfig(const ConfigData &config)
:path(config.GetPath(ConfigOption::STATE_FILE)),
interval(config.GetUnsigned(ConfigOption::STATE_FILE_INTERVAL,
......
......@@ -21,8 +21,6 @@
#include "Connection.hxx"
#include "event/Call.hxx"
constexpr std::chrono::steady_clock::duration BlockingNfsOperation::timeout;
void
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