aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-08-11 13:40:13 +0000
committermark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-08-11 13:40:13 +0000
commit8f2b058398bb5b0f658320a62ffd82a7ebc82a16 (patch)
treebe10b56eccb1a99c448b7998e4ade72c1f27e2d1 /src/common/mac
parentZero out the entire context on MD5_Final, not just the number of bytes in a (diff)
downloadbreakpad-8f2b058398bb5b0f658320a62ffd82a7ebc82a16.tar.xz
Fix clang warnings.
Review URL: http://breakpad.appspot.com/298002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@823 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/mac')
-rw-r--r--src/common/mac/MachIPC.h6
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();