1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: remove unused variable

Recent commit made this variable unused
This commit is contained in:
Zdenek Kabelac 2013-12-12 13:59:39 +01:00
parent aefab64e69
commit fd0068a66e

View File

@ -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) {