From dabb80913dc94ba7d46391d61a0283df4c5f7dc3 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Mon, 10 Jan 2022 14:11:36 +0000 Subject: [PATCH] crimson/alienstore: drop unused constant from AlienStore. Signed-off-by: Radoslaw Zarzynski --- src/crimson/os/alienstore/alien_store.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3