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
main
stash93 10 years ago
parent b411d06031
commit 53996149d4
  1. 2
      util/arena.h

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

Loading…
Cancel
Save