Skip to content

Commit 1c6a027

Browse files
committed
HashLinkedList::Iterator: remove an ununsed class variable
Summary: This variable is not used. Remove it. Test Plan: build. Reviewers: haobo, igor, yhchiang Reviewed By: haobo CC: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D18525
1 parent b5616da commit 1c6a027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/hash_linklist_rep.cc

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ class HashLinkListRep : public MemTableRep {
259259
const HashLinkListRep* const hash_link_list_rep_;
260260
Node* head_;
261261
Node* node_;
262-
std::string tmp_; // For passing to EncodeKey
263262

264263
virtual void SeekToHead() {
265264
node_ = head_;

0 commit comments

Comments
 (0)