💄 Remove ununsed "display_name".

This commit is contained in:
Cheng Zhao 2013-11-24 20:36:08 +08:00
parent dce7e50636
commit a9c20dc42f

View 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];