From df41aaf9a2b195c9a8bb6fca6672cbf25bc147fb Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 28 Nov 2013 14:20:07 -0500 Subject: Remove some unused variables --- src/core/swap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/swap.c') diff --git a/src/core/swap.c b/src/core/swap.c index 1d02eb2978..b197eb469a 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -1182,7 +1182,6 @@ static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, v } static Unit *swap_following(Unit *u) { - _cleanup_free_ char *p = NULL; Swap *s = SWAP(u); Swap *other, *first = NULL; @@ -1336,7 +1335,6 @@ int swap_process_new_device(Manager *m, struct udev_device *dev) { } int swap_process_removed_device(Manager *m, struct udev_device *dev) { - _cleanup_free_ char *e = NULL; const char *dn; int r = 0; Swap *s; -- cgit v1.2.3-54-g00ecf