]> sourceware.org Git - lvm2.git/commitdiff
cleanup: remove unused variable
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 12 Dec 2013 12:59:39 +0000 (13:59 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 12 Dec 2013 12:59:39 +0000 (13:59 +0100)
Recent commit made this variable unused

lib/device/dev-cache.c

index fabdcbbc1e3669e869855bf4ae8c6a09a84ed5b5..5d26d41e0e07263045b911dc176f591008b7f248 100644 (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) {
This page took 0.040873 seconds and 5 git commands to generate.