]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: do not assign never read variable
authorKefu Chai <kchai@redhat.com>
Thu, 28 Sep 2017 07:45:00 +0000 (15:45 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 29 Sep 2017 03:01:53 +0000 (11:01 +0800)
commit1db7bf2662de19e210bd9e0014d11fd8cb9665cf
treeb3ee41d42d16bb648e41e790ef7062470b6d6c23
parenta9c5e9dd0e5743d0cc70e5f3d3ca296346d14776
os/bluestore: do not assign never read variable

"git" is not read after being reset.

this silences clang analyzer warning of:

Value stored to 'gift' is never read

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/BlueStore.cc