diff options
author | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2022-01-10 14:11:36 +0000 |
---|---|---|
committer | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2022-01-10 14:12:46 +0000 |
commit | dabb80913dc94ba7d46391d61a0283df4c5f7dc3 (patch) | |
tree | 4c90309b9850b1f0fa00e776eebfca2c203a9f9c | |
parent | 5e56258a349bedb00fd23a2662612d42b8465624 (diff) | |
download | ceph-dabb80913dc94ba7d46391d61a0283df4c5f7dc3.tar.gz |
crimson/alienstore: drop unused constant from AlienStore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
-rw-r--r-- | src/crimson/os/alienstore/alien_store.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crimson/os/alienstore/alien_store.h b/src/crimson/os/alienstore/alien_store.h index 0557dae77c2..77c44f079cc 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<crimson::os::ThreadPool> tp; const std::string type; const std::string path; |