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:
stash93 2015-03-12 21:13:53 +03:00
parent b411d06031
commit 53996149d4

View File

@ -21,8 +21,6 @@
namespace rocksdb {
const size_t kInlineSize = 2048;
class Arena : public Allocator {
public:
// No copying allowed