summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-04-05 19:34:49 +0200
committerGitHub <noreply@github.com>2018-04-05 19:34:49 +0200
commit1a217ade5f61adb837e9f0a257b92a63ba47a2ae (patch)
tree66d47aa6276fce9d77ec30fff9168c85015503b3 /staging_vespalib
parentc89efc910e1685fff335a08f3a45264638806771 (diff)
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 bb81a3aa535..61c3e4e6f74 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() = default;
+StateServer::~StateServer() {}
} // namespace vespalib