Skip to content

Commit

Permalink
Remove assignment operator
Browse files Browse the repository at this point in the history
Remove assignment operator
  • Loading branch information
aandvalenzuela committed Dec 4, 2023
1 parent 895df58 commit c053df7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DataFormats/Common/interface/MapOfVectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ namespace edm {
m_data.swap(other.m_data);
}

MapOfVectors& operator=(MapOfVectors const& rhs) {
MapOfVectors temp(rhs);
this->swap(temp);
return *this;
}

private:
//for testing
friend class ::TestMapOfVectors;
Expand Down

0 comments on commit c053df7

Please sign in to comment.