Bug 1462678 - Removed unused code from Gecko r=jchen

Differential Revision: https://phabricator.services.mozilla.com/D4295

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Arshad Kazmi 2018-08-27 16:44:47 +00:00
parent c3d01b0fe9
commit 01d3f08437

View File

@ -196,8 +196,6 @@ public class CrashReporterService extends JobIntentService {
if (profileName != null) {
// Extract the crash dump ID and telemetry client ID, we need profile access for the latter.
final String passedMinidumpName = passedMinidumpFile.getName();
// Strip the .dmp suffix from the minidump name to obtain the crash ID.
final String crashId = passedMinidumpName.substring(0, passedMinidumpName.length() - 4);
final GeckoProfile profile = GeckoProfile.get(this, profileName, profileDir);
final String clientId = profile.getClientId();
}