From: Radoslaw Zarzynski Date: Mon, 10 Jan 2022 14:11:36 +0000 (+0000) Subject: crimson/alienstore: drop unused constant from AlienStore. X-Git-Tag: v18.0.0~1520^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44509%2Fhead;p=ceph.git crimson/alienstore: drop unused constant from AlienStore. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/os/alienstore/alien_store.h b/src/crimson/os/alienstore/alien_store.h index 0557dae77c28..77c44f079ccf 100644 --- a/src/crimson/os/alienstore/alien_store.h +++ b/src/crimson/os/alienstore/alien_store.h @@ -122,7 +122,6 @@ private: // number of cores that are PREVENTED from being scheduled // to run alien store threads. static constexpr int N_CORES_FOR_SEASTAR = 3; - constexpr static unsigned MAX_KEYS_PER_OMAP_GET_CALL = 32; mutable std::unique_ptr tp; const std::string type; const std::string path;