]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PeeringState: remove unused variable 40239/head
authorKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 12:20:32 +0000 (20:20 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 12:22:26 +0000 (20:22 +0800)
commit0efb04995208c0ce90f2e2ce830fe1c2e7bd205f
treef000b9ff1f25d4ec616f839c99edc11fd07f0633
parent053ad3ff5bf0d8beaed4997350b4c4eebb92b95f
osd/PeeringState: remove unused variable

recovery_ec_pool_below_min_size was used to verify if the osd in clsuter
are octopus and up, but since we are now quincy and up, there is no need
to verify this. so drop it for better readability and for silencing
the -Wunused-variable warning in Release build.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PeeringState.cc