Index: trunk/src/gpu/command_buffer/common/mailbox.h |
=================================================================== |
--- trunk/src/gpu/command_buffer/common/mailbox.h (revision 251280) |
+++ trunk/src/gpu/command_buffer/common/mailbox.h (working copy) |
@@ -21,12 +21,6 @@ |
bool operator<(const Mailbox& other) const { |
return memcmp(this, &other, sizeof other) < 0; |
} |
- bool operator==(const Mailbox& other) const { |
- return memcmp(this, &other, sizeof other) == 0; |
- } |
- bool operator!=(const Mailbox& other) const { |
- return !operator==(other); |
- } |
}; |
} // namespace gpu |