From: Thomas Hindoe Paaboel Andersen Date: Tue, 21 Apr 2015 20:39:23 +0000 (+0200) Subject: automount: remove unused variable X-Git-Tag: v220~357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d04b9af96f6cef317d52111b1eac9e42438d976;p=thirdparty%2Fsystemd.git automount: remove unused variable --- diff --git a/src/core/automount.c b/src/core/automount.c index 866fedd2cff..b3e96fc2e18 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) {