diff options
Diffstat (limited to 'src/common/Utilities/Util.h')
-rw-r--r-- | src/common/Utilities/Util.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index d37b86f85e5..62c8655b65f 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -417,18 +417,6 @@ public: part[2] = p3; } - inline bool operator<(flag96 const& right) const - { - for (uint8 i = 3; i > 0; --i) - { - if (part[i - 1] < right.part[i - 1]) - return true; - else if (part[i - 1] > right.part[i - 1]) - return false; - } - return false; - } - inline bool operator==(flag96 const& right) const { return |