summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2019-04-18 20:37:23 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2019-04-18 20:37:23 -0400
commit21b4cb27cabecdb5580c01891801c9259689ec87 (patch)
tree71e2a9df09e0a3761d377447c0b5f6b4166be4e4 /toolkit
parentaf7e140d4ed8f5bc9a69da2f0338ad3cb1319dec (diff)
downloadUXP-21b4cb27cabecdb5580c01891801c9259689ec87.tar
UXP-21b4cb27cabecdb5580c01891801c9259689ec87.tar.gz
UXP-21b4cb27cabecdb5580c01891801c9259689ec87.tar.lz
UXP-21b4cb27cabecdb5580c01891801c9259689ec87.tar.xz
UXP-21b4cb27cabecdb5580c01891801c9259689ec87.zip
Remove unused try/catch block. Tag #991.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/components/osfile/modules/osfile_async_front.jsm3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/components/osfile/modules/osfile_async_front.jsm b/toolkit/components/osfile/modules/osfile_async_front.jsm
index 1d1d7c73f..9f3b7fb21 100644
--- a/toolkit/components/osfile/modules/osfile_async_front.jsm
+++ b/toolkit/components/osfile/modules/osfile_async_front.jsm
@@ -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