aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-04-05 19:35:49 +0200
committerGitHub <noreply@github.com>2018-04-05 19:35:49 +0200
commitc84ed73f53884f74dfedaf6d62a448b7a0dd8a17 (patch)
tree4b18419be99ea426c72e7905ec11f0feb722c6b5 /staging_vespalib
parent6f968e2e3ff884f9087e770a15b8b17f7f4c77ee (diff)
Revert "Revert "Balder/quick restart of slobrok""
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/net/state_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/net/state_server.cpp b/staging_vespalib/src/vespa/vespalib/net/state_server.cpp
index 61c3e4e6f74..bb81a3aa535 100644
--- a/staging_vespalib/src/vespa/vespalib/net/state_server.cpp
+++ b/staging_vespalib/src/vespa/vespalib/net/state_server.cpp
@@ -17,6 +17,6 @@ StateServer::StateServer(int port,
_server.start();
}
-StateServer::~StateServer() {}
+StateServer::~StateServer() = default;
} // namespace vespalib