mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Remove unused try/catch block. Tag #991.
This commit is contained in:
parent
09bcb1f834
commit
0e3dbe8f54
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue