]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: silence warning unused variable nvme 33650/head
authorJos Collin <jcollin@redhat.com>
Mon, 2 Mar 2020 03:34:39 +0000 (09:04 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 2 Mar 2020 03:48:20 +0000 (09:18 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
src/test/test_get_blkdev_props.cc

index e933ba6ab414c6d741acb79529c53f32710dfeab..6acdddf96f3e09ad4ab0638f3ffd31ba186a3c8d 100644 (file)
@@ -15,7 +15,6 @@ int main(int argc, char **argv)
        int fd, ret;
        int64_t size;
        bool discard_support;
-       bool nvme;
        bool rotational;
        char dev[BUFSIZE];
        char model[BUFSIZE];