Index: src/common/mac/MachIPC.h |
=================================================================== |
--- src/common/mac/MachIPC.h (revision 821) |
+++ src/common/mac/MachIPC.h (working copy) |
@@ -139,12 +139,6 @@ |
return disposition; |
} |
- // We're just a simple wrapper for mach_msg_port_descriptor_t |
- // and have the same memory layout |
- operator mach_msg_port_descriptor_t&() { |
- return *this; |
- } |
- |
// For convenience |
operator mach_port_t() const { |
return GetMachPort(); |