summaryrefslogtreecommitdiffstats
path: root/include/framework/reconstruction/FloodL0Policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/reconstruction/FloodL0Policy.h')
-rw-r--r--include/framework/reconstruction/FloodL0Policy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/framework/reconstruction/FloodL0Policy.h b/include/framework/reconstruction/FloodL0Policy.h
index 94bed70..b4f453b 100644
--- a/include/framework/reconstruction/FloodL0Policy.h
+++ b/include/framework/reconstruction/FloodL0Policy.h
@@ -24,8 +24,7 @@ public:
FloodL0Policy(size_t buffer_size) : m_buffer_size(buffer_size) {}
ReconstructionVector
- get_reconstruction_tasks(const Version<ShardType, QueryType> *version,
- size_t incoming_reccnt) const override {
+ get_reconstruction_tasks(const Version<ShardType, QueryType> *version) const override {
ReconstructionVector reconstructions;
return reconstructions;
}