mu-query: remove unnused move ctor

This commit is contained in:
Dirk-Jan C. Binnema
2023-09-12 20:29:29 +03:00
parent 65460c25b6
commit 805c5aa287
2 changed files with 0 additions and 3 deletions

View File

@ -91,7 +91,6 @@ private:
*
* @param other
*/
Query(Query&& other);
struct Private;
std::unique_ptr<Private> priv_;