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:
parent
aefab64e69
commit
fd0068a66e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user