[Xfce4-commits] [xfce/xfce4-session] 03/06: 178988 'Constant' variable guards dead code

noreply at xfce.org noreply at xfce.org
Thu May 4 14:08:25 CEST 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 1db768498f1ea91e074f2113f54e11e8f14096ba
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu May 4 15:00:33 2017 +0300

    178988 'Constant' variable guards dead code
---
 xfce4-session/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index a1cd325..3d124e4 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -328,7 +328,6 @@ main (int argc, char **argv)
 {
   XfsmManager      *manager = NULL;
   GError           *error = NULL;
-  gboolean          succeed = TRUE;
 
   if (!xfsm_dbus_require_session (argc, argv))
     return EXIT_SUCCESS;
@@ -373,5 +372,5 @@ main (int argc, char **argv)
 
   gtk_main ();
 
-  return succeed ? EXIT_SUCCESS : EXIT_FAILURE;
+  return EXIT_SUCCESS;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list