Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .clear() after std::move() (sonic-net#1444)
1. Use .clear() after std::move from the vector to make sure that the vector is in a correct state. 2. Remove the if condition which is not required here.
- Loading branch information