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 ade3d0c3e7
commit 6c02212227

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();