journal: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-10-22 14:01:20 +02:00 committed by Daniel Mack
parent b51cb513ac
commit b5331acc96

View file

@ -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;