Commit 01d3f084 authored by Arshad Kazmi's avatar Arshad Kazmi
Browse files

Bug 1462678 - Removed unused code from Gecko r=jchen

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

--HG--
extra : moz-landing-system : lando
parent c3d01b0f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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();
            }