summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorAlessandro Bono <alessandro.bono369@gmail.com>2022-09-29 11:26:45 +0200
committerRay Strode <halfline@gmail.com>2022-10-27 19:28:33 +0000
commit1c5c345f5da5a00de2457084fb006e4ce294e966 (patch)
tree141541082015f240da497ebdbcb305192eb48ae1 /daemon
parent07b1d9ce804246e9acc9d6ca7594d94680936c30 (diff)
downloadgdm-1c5c345f5da5a00de2457084fb006e4ce294e966.tar.gz
gdm-display: Remove dead code
Value stored to 'ret' is never read
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm-display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index 123cce4a..837e3f95 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -1881,7 +1881,6 @@ gdm_display_connect (GdmDisplay *self)
gboolean ret;
priv = gdm_display_get_instance_private (self);
- ret = FALSE;
g_debug ("GdmDisplay: Server is ready - opening display %s", priv->x11_display_name);