Remove unused try/catch block.

master
Fedor 2019-05-20 09:02:28 +03:00
parent 7474601f4c
commit efbfb68fee
1 changed files with 0 additions and 3 deletions

View File

@ -540,9 +540,6 @@ Services.prefs.addObserver(PREF_OSFILE_TEST_SHUTDOWN_OBSERVER,
// phase warning.
let TOPIC = Services.prefs.getCharPref(PREF_OSFILE_TEST_SHUTDOWN_OBSERVER,
"");
try {
} catch (x) {
}
if (TOPIC) {
// Generate a phase, add a blocker.
// Note that this can work only if AsyncShutdown itself has been