mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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)
|
int rec, int check_with_udev_db)
|
||||||
{
|
{
|
||||||
struct stat tinfo;
|
struct stat tinfo;
|
||||||
int r = 0;
|
|
||||||
|
|
||||||
if (!info) {
|
if (!info) {
|
||||||
if (stat(path, &tinfo) < 0) {
|
if (stat(path, &tinfo) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user