aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-04-09 14:32:13 +0200
committerHenning Baldersheim <balder@oath.com>2018-04-09 14:32:13 +0200
commitaa1ce80809a443d8ee31b0c06496d8a05ebafc49 (patch)
tree7a3fc03f6e09a76042dca3174358ffbdf40b2713 /storageserver
parent983ecb85f3645c4912a7df494ca4a364c524baac (diff)
Minor GC of unused code
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/tests/storageservertest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/storageserver/src/tests/storageservertest.cpp b/storageserver/src/tests/storageservertest.cpp
index dbcfab78a4a..f6ed1a7d270 100644
--- a/storageserver/src/tests/storageservertest.cpp
+++ b/storageserver/src/tests/storageservertest.cpp
@@ -100,7 +100,6 @@ struct StorageServerTest : public CppUnit::TestFixture {
void testShutdownStorageDuringDiskLoad();
void testShutdownDistributorDuringDiskLoad();
void testShutdownAfterDiskFailure_Stress();
- void testSplitJoinSplitThroughDistributor_Stress();
void testPriorityAndQueueSneakingWhileSplitJoinStressTest();
void testStatusPages();
@@ -118,8 +117,8 @@ struct StorageServerTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE_END();
};
-StorageServerTest::StorageServerTest() {}
-StorageServerTest::~StorageServerTest() {}
+StorageServerTest::StorageServerTest() = default;
+StorageServerTest::~StorageServerTest() = default;
CPPUNIT_TEST_SUITE_REGISTRATION(StorageServerTest);