From: Kefu Chai Date: Sat, 24 Aug 2019 03:09:04 +0000 (+0800) Subject: crimson/os/cyan_store: remove stale comment X-Git-Tag: v15.1.0~1751^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e0d62124fb669d7b3b1f3ebba2354a0b04fb36a8;p=ceph-ci.git crimson/os/cyan_store: remove stale comment Signed-off-by: Kefu Chai --- diff --git a/src/crimson/os/cyan_store.h b/src/crimson/os/cyan_store.h index 7cdbab948c3..487a95d3611 100644 --- a/src/crimson/os/cyan_store.h +++ b/src/crimson/os/cyan_store.h @@ -22,7 +22,6 @@ namespace ceph::os { class Collection; class Transaction; -// a just-enough store for reading/writing the superblock class CyanStore final : public FuturizedStore { constexpr static unsigned MAX_KEYS_PER_OMAP_GET_CALL = 32;