From fd0068a66ee8f8ad03ac0c86b9ab3f6a8a368ac9 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 12 Dec 2013 13:59:39 +0100 Subject: [PATCH] cleanup: remove unused variable Recent commit made this variable unused --- lib/device/dev-cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/device/dev-cache.c b/lib/device/dev-cache.c index fabdcbbc1..5d26d41e0 100644 --- a/lib/device/dev-cache.c +++ b/lib/device/dev-cache.c @@ -594,7 +594,6 @@ static int _insert(const char *path, const struct stat *info, int rec, int check_with_udev_db) { struct stat tinfo; - int r = 0; if (!info) { if (stat(path, &tinfo) < 0) {