summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-03-22 23:07:53 +0100
committerHenning Baldersheim <balder@oath.com>2018-04-03 18:33:28 +0200
commit2efcbf7038eb951c140e9aacd32105772c5d8ddb (patch)
tree2e36942fa5b19a37206f17eb0b6d7351115cbd87 /storage
parent2e1264f793b4107759d3e933ea70375418cec4d0 (diff)
Use std::move and move constructors where benefiscal.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/statecheckerstest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/statecheckerstest.cpp b/storage/src/tests/distributor/statecheckerstest.cpp
index fc43c1806bd..53de8ded38c 100644
--- a/storage/src/tests/distributor/statecheckerstest.cpp
+++ b/storage/src/tests/distributor/statecheckerstest.cpp
@@ -1,7 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "distributortestutil.h"
-#include <tests/common/dummystoragelink.h>
#include <vespa/config-stor-distribution.h>
#include <vespa/document/test/make_bucket_space.h>
#include <vespa/document/test/make_document_bucket.h>