Skip to content
Snippets Groups Projects
Commit 2fb386e2 authored by Xiang Li's avatar Xiang Li
Browse files

Remove operator < in SortingElement

parent 5c4791a2
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,6 @@ enum PLTScanMode
class SortingElement
{
public:
inline bool operator<(const SortingElement &other) const
{
return cnt[0] > other.cnt[0];
}
SortingElement() {
cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
shift[0] = shift[1] = shift[2] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment