Index: chrome/app/breakpad_mac.mm |
=================================================================== |
--- chrome/app/breakpad_mac.mm (revision 103028) |
+++ chrome/app/breakpad_mac.mm (working copy) |
@@ -56,13 +56,6 @@ |
return gBreakpadRef != NULL; |
} |
-void DestructCrashReporter() { |
- if (gBreakpadRef) { |
- BreakpadRelease(gBreakpadRef); |
- gBreakpadRef = NULL; |
- } |
-} |
- |
// Only called for a branded build of Chrome.app. |
void InitCrashReporter() { |
DCHECK(!gBreakpadRef); |