aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp')
-rw-r--r--searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp b/searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp
index b31113e1abc..d821e06a2a3 100644
--- a/searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp
+++ b/searchcore/src/vespa/searchcorespi/flush/iflushtarget.cpp
@@ -16,8 +16,4 @@ IFlushTarget::IFlushTarget(const vespalib::string &name, const Type &type, const
IFlushTarget::~IFlushTarget() = default;
-LeafFlushTarget::LeafFlushTarget(const vespalib::string &name, const Type &type, const Component &component) noexcept
- : IFlushTarget(name, type, component)
-{}
-
}