From a9c20dc42f2aef09192480033900e36247059a8c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 24 Nov 2013 20:36:08 +0800 Subject: [PATCH] :lipstick: Remove ununsed "display_name". --- common/crash_reporter/crash_reporter_mac.mm | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/crash_reporter/crash_reporter_mac.mm b/common/crash_reporter/crash_reporter_mac.mm index 72ae8c9..f3ab45d 100644 --- a/common/crash_reporter/crash_reporter_mac.mm +++ b/common/crash_reporter/crash_reporter_mac.mm @@ -28,9 +28,6 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name, if (breakpad_ != NULL) BreakpadRelease(breakpad_); - std::string display_name = is_browser_ ? product_name : - product_name + " Renderer"; - NSMutableDictionary* parameters = [NSMutableDictionary dictionaryWithCapacity:4]; -- 2.7.4