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

This commit is contained in:
Max Kellermann 2020-10-08 19:49:00 +02:00
parent 27cc7b352d
commit 75802ebcc6
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -21,8 +21,6 @@
#include "Connection.hxx"
#include "event/Call.hxx"
constexpr std::chrono::steady_clock::duration BlockingNfsOperation::timeout;
void
BlockingNfsOperation::Run()
{