]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Remove unnecessary assert checking unsigned number is 0 or greater. 62217/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Tue, 11 Mar 2025 09:56:07 +0000 (09:56 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 11 Mar 2025 17:09:33 +0000 (17:09 +0000)
commit53bac4648ed53d25eb66b7755d5ca34139956e64
tree331a84b32fede3ef1ba104c1a34ad6fcdc622004
parent9ef9c124511eeafb09eb4cbdfea083dc00cae106
common: Remove unnecessary assert checking unsigned number is 0 or greater.

Minor compiler warning caused by unsigned comparison with zero. Clearly
assert is not necessary and so was removed. Wrapping scenarios are
policed using remaining assert code.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/common/bitset_set.h