Skip to content

Commit

Permalink
Removing unnecessary kInlineSize
Browse files Browse the repository at this point in the history
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
  • Loading branch information
StanislavGlebik committed Mar 12, 2015
1 parent b411d06 commit 5399614
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace rocksdb {

const size_t kInlineSize = 2048;

class Arena : public Allocator {
public:
// No copying allowed
Expand Down

0 comments on commit 5399614

Please sign in to comment.