mirror of
https://github.com/ceph/ceph
synced 2025-03-31 16:25:56 +00:00
osd: cleanup: Remove unused const vars
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
01ac714aa3
commit
9a66a6f517
@ -23,11 +23,6 @@
|
||||
|
||||
namespace ECUtil {
|
||||
|
||||
const uint64_t CHUNK_ALIGNMENT = 64;
|
||||
const uint64_t CHUNK_INFO = 8;
|
||||
const uint64_t CHUNK_PADDING = 8;
|
||||
const uint64_t CHUNK_OVERHEAD = 16; // INFO + PADDING
|
||||
|
||||
class stripe_info_t {
|
||||
const uint64_t stripe_width;
|
||||
const uint64_t chunk_size;
|
||||
|
Loading…
Reference in New Issue
Block a user