diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-10-22 14:01:20 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-10-22 16:00:11 +0200 |
commit | b5331acc961c1461b1e811a346308f580c3c0771 (patch) | |
tree | 25f776f8b9b66bcf35f282915108fdadb937c12a /src | |
parent | b51cb513acf18431e475fd2952965e5e086b039a (diff) |
journal: remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/journal/journald-server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 92c623d9e9..44962bc5d6 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; |