Removing unnecessary kInlineSize
Summary: Remove unnecessary rocksdb::kInlineSize, since it's not used and there is rocksdb::Arena::kInlineSize. Test Plan: make all check Reviewers: igor Reviewed By: igor Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D34905
This commit is contained in:
parent
b411d06031
commit
53996149d4
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
namespace rocksdb {
|
namespace rocksdb {
|
||||||
|
|
||||||
const size_t kInlineSize = 2048;
|
|
||||||
|
|
||||||
class Arena : public Allocator {
|
class Arena : public Allocator {
|
||||||
public:
|
public:
|
||||||
// No copying allowed
|
// No copying allowed
|
||||||
|
Loading…
Reference in New Issue
Block a user