aboutsummaryrefslogtreecommitdiffstats
path: root/configd
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-06-04 23:55:54 +0200
committerTor Egge <Tor.Egge@online.no>2021-06-04 23:55:54 +0200
commitf49b69eff1c6f403e9bc69cd8fc96982b3ecf101 (patch)
treef5e9e15224a37b987636b0e6372327316d0d4614 /configd
parent16a677d7a48a3f1e748f162d5d03696fcc997db8 (diff)
Remove unused variables.
Diffstat (limited to 'configd')
-rw-r--r--configd/src/apps/sentinel/sentinel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/configd/src/apps/sentinel/sentinel.cpp b/configd/src/apps/sentinel/sentinel.cpp
index 18d4dc28f8a..7f3ddcc5882 100644
--- a/configd/src/apps/sentinel/sentinel.cpp
+++ b/configd/src/apps/sentinel/sentinel.cpp
@@ -15,8 +15,6 @@ LOG_SETUP("config-sentinel");
using namespace config;
-constexpr std::chrono::milliseconds CONFIG_TIMEOUT_MS(3 * 60 * 1000);
-
static bool stop()
{
return (vespalib::SignalHandler::INT.check() ||