Skip to content

Commit

Permalink
db/memtable.cc: remove unused variable merge_result
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed Sep 30, 2014
1 parent 0fd8bbc commit 8ee75dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/memtable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ static bool SaveValue(void* arg, const char* entry) {
*(s->found_final_value) = true;
return false;
}
std::string merge_result; // temporary area for merge results later
Slice v = GetLengthPrefixedSlice(key_ptr + key_length);
*(s->merge_in_progress) = true;
merge_context->PushOperand(v);
Expand Down

0 comments on commit 8ee75dc

Please sign in to comment.