No bug - clean up redundant ifdef in nsExceptionHandler.cpp. DONTBUILD

This commit is contained in:
David Major
2019-02-07 10:23:34 -05:00
parent 6163f02d5a
commit ac5bda0b00

View File

@@ -1409,13 +1409,9 @@ nsresult SetExceptionHandler(nsIFile* aXREDirectory, bool force /*=false*/) {
if (envvar && *envvar && !force) return NS_OK;
#endif
#if defined(XP_WIN)
doReport = ShouldReport();
#else
// this environment variable prevents us from launching
// the crash reporter client
doReport = ShouldReport();
#endif
// allocate our strings
crashReporterAPIData = new nsCString();