From e0d62124fb669d7b3b1f3ebba2354a0b04fb36a8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 24 Aug 2019 11:09:04 +0800 Subject: [PATCH] crimson/os/cyan_store: remove stale comment Signed-off-by: Kefu Chai --- src/crimson/os/cyan_store.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5