:lipstick: Remove ununsed "display_name".
authorCheng Zhao <zcbenz@gmail.com>
Sun, 24 Nov 2013 12:36:08 +0000 (20:36 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 24 Nov 2013 12:36:08 +0000 (20:36 +0800)
common/crash_reporter/crash_reporter_mac.mm

index 72ae8c9..f3ab45d 100644 (file)
@@ -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];