aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-05-04 21:30:38 +0200
committerGitHub <noreply@github.com>2020-05-04 21:30:38 +0200
commit24dc7f48d253f9cb6b69ba9a58bf53cf789803c4 (patch)
tree7bfcb6eb321f8d6a5fe171f729ce3e5867d84e40 /storageframework
parent6e07be846490ce9579f29d4a5de47ca86cea430a (diff)
Revert "- Implement async put"
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp b/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
index 2e90e1ae3ee..5efd638ec26 100644
--- a/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
+++ b/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
@@ -23,6 +23,6 @@ TestComponentRegister::TestComponentRegister(ComponentRegisterImpl::UP compReg)
// register status pages without a server
}
-TestComponentRegister::~TestComponentRegister() = default;
+TestComponentRegister::~TestComponentRegister() {}
}