💄 Remove ununsed "display_name".
This commit is contained in:
parent
dce7e50636
commit
a9c20dc42f
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name,
|
||||||
if (breakpad_ != NULL)
|
if (breakpad_ != NULL)
|
||||||
BreakpadRelease(breakpad_);
|
BreakpadRelease(breakpad_);
|
||||||
|
|
||||||
std::string display_name = is_browser_ ? product_name :
|
|
||||||
product_name + " Renderer";
|
|
||||||
|
|
||||||
NSMutableDictionary* parameters =
|
NSMutableDictionary* parameters =
|
||||||
[NSMutableDictionary dictionaryWithCapacity:4];
|
[NSMutableDictionary dictionaryWithCapacity:4];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue