diff options
Diffstat (limited to 'src/core/automount.c')
-rw-r--r-- | src/core/automount.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/automount.c b/src/core/automount.c index 866fedd2cf..b3e96fc2e1 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) { |