Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Summary: remove reference

Test Plan: make OPT=-g

Reviewers:

CC:

Task ID: #

Blame Rev:
  • Loading branch information
emayanke committed Aug 6, 2013
1 parent 8e792e5 commit 73f9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ttl/db_ttl.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class TtlMergeOperator : public MergeOperator {
const Slice& value,
std::string* new_value,
Logger* logger) const override {
const uint32_t& ts_len = DBWithTTL::kTSLength;
const uint32_t ts_len = DBWithTTL::kTSLength;
if ((existing_value && existing_value->size() < ts_len) ||
value.size() < ts_len) {
Log(logger, "Error: Could not remove timestamp correctly from value.");
Expand Down

0 comments on commit 73f9518

Please sign in to comment.