[X2Go-Commits] [pale-moon] 276/294: Remove unused try/catch block.	Tag #991.
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Sat Apr 27 08:58:33 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.
commit 21b4cb27cabecdb5580c01891801c9259689ec87
Author: Ascrod <32915892+Ascrod at users.noreply.github.com>
Date:   Thu Apr 18 20:37:23 2019 -0400
    Remove unused try/catch block. Tag #991.
---
 toolkit/components/osfile/modules/osfile_async_front.jsm | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/toolkit/components/osfile/modules/osfile_async_front.jsm b/toolkit/components/osfile/modules/osfile_async_front.jsm
index 1d1d7c7..9f3b7fb 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
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
    
    
More information about the x2go-commits
mailing list