From 21b4cb27cabecdb5580c01891801c9259689ec87 Mon Sep 17 00:00:00 2001 From: Ascrod <32915892+Ascrod@users.noreply.github.com> Date: Thu, 18 Apr 2019 20:37:23 -0400 Subject: Remove unused try/catch block. Tag #991. --- toolkit/components/osfile/modules/osfile_async_front.jsm | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolkit/components') 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 -- cgit v1.2.3