From: Thomas Hindoe Paaboel Andersen Date: Sat, 22 Oct 2016 12:01:20 +0000 (+0200) Subject: journal: remove unused variable X-Git-Tag: v232~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5331acc961c1461b1e811a346308f580c3c0771;p=thirdparty%2Fsystemd.git journal: remove unused variable --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 92c623d9e99..44962bc5d67 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -131,8 +131,6 @@ static void cache_space_invalidate(JournalStorageSpace *space) { } static int cache_space_refresh(Server *s, JournalStorage *storage) { - - _cleanup_closedir_ DIR *d = NULL; JournalStorageSpace *space; JournalMetrics *metrics; uint64_t vfs_used, vfs_avail, avail;