mu-query: remove unnused move ctor
This commit is contained in:
@ -91,7 +91,6 @@ private:
|
||||
*
|
||||
* @param other
|
||||
*/
|
||||
Query(Query&& other);
|
||||
|
||||
struct Private;
|
||||
std::unique_ptr<Private> priv_;
|
||||
|
||||
Reference in New Issue
Block a user