Don't need operator< either.

pull/3511/head
Malcolm Tyrrell 2020-11-27 14:26:51 +00:00
parent 14f79caf41
commit 149b8d1fd1
1 changed files with 0 additions and 5 deletions

View File

@ -638,11 +638,6 @@ public:
return ptr;
}
bool operator<(const Video& other) const
{
return std::tie(type, relativeFileName, fileName) < std::tie(other.type, other.relativeFileName, other.fileName);
}
private:
std::string type;
std::string relativeFileName;