Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/fastrtps/types/DynamicLoanableSequence.hpp
Original file line number Diff line number Diff line change
@@ -101,13 +101,7 @@ class LoanableSequence<fastrtps::types::DynamicData, _NonConstEnabler>
LoanableSequence(
LoanableSequence&&) = default;

/**
* @brief Move assignment operator for LoanableSequence.
*
* @param[in] other The other LoanableSequence to move from.
*
* @return A reference to this LoanableSequence.
*/
/// Move assignment operator for LoanableSequence.
LoanableSequence& operator =(
LoanableSequence&&) = default;

0 comments on commit 5ad987a

Please sign in to comment.