[systemd-commits] src/core

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Tue Apr 21 13:40:22 PDT 2015


 src/core/automount.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8d04b9af96f6cef317d52111b1eac9e42438d976
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Tue Apr 21 22:39:23 2015 +0200

    automount: remove unused variable

diff --git a/src/core/automount.c b/src/core/automount.c
index 866fedd..b3e96fc 100644
--- a/src/core/automount.c
+++ b/src/core/automount.c
@@ -476,8 +476,6 @@ static int automount_send_ready(Automount *a, Set *tokens, int status) {
 }
 
 int automount_update_mount(Automount *a, MountState old_state, MountState state) {
-        _cleanup_close_ int ioctl_fd = -1;
-
         assert(a);
 
         switch (state) {



More information about the systemd-commits mailing list