diff --git a/query-result.hh b/query-result.hh index a6da0cb0e9..a86d92ed11 100644 --- a/query-result.hh +++ b/query-result.hh @@ -382,9 +382,7 @@ public: w.reduce_chunk_count(); } result(result&&) = default; - result(const result&) = default; result& operator=(result&&) = default; - result& operator=(const result&) = default; const bytes_ostream& buf() const { return _w;