]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Deleting dead code PrimaryLogPG.cc 17339/head
authoramitkuma <amitkuma@redhat.com>
Tue, 29 Aug 2017 14:58:53 +0000 (20:28 +0530)
committeramitkuma <amitkuma@redhat.com>
Tue, 29 Aug 2017 14:58:53 +0000 (20:28 +0530)
commit05050b2f69c524bd2381f9739ff74ebefc4fea4a
tree751cf37e01c3f98293762ed1d606e81719655fd2
parent51bd7a5fd269e984e735b21bb8aa497d408bda06
osd: Deleting dead code PrimaryLogPG.cc

Fixes the coverity issue:

** 1415775 Logically dead code
Here r cannot be less than 0.
CID 1415775 (#1 of 1): Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement: return r;

Signed-off-by: Amit Kumar <amitkuma@redhat.com>
src/osd/PrimaryLogPG.cc