diff options
Diffstat (limited to 'src/common/mac')
-rw-r--r-- | src/common/mac/MachIPC.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/mac/MachIPC.h b/src/common/mac/MachIPC.h index 2213fc6b..52bed590 100644 --- a/src/common/mac/MachIPC.h +++ b/src/common/mac/MachIPC.h @@ -139,12 +139,6 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t { 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(); |