fixing build warning

This commit is contained in:
Alexander Fenster 2016-01-11 11:23:33 -08:00
parent b73fbbaf64
commit e16438bb86

View File

@ -1847,7 +1847,6 @@ void ScanCommand::DoCommand() {
} }
Slice key_slice = it->key(); Slice key_slice = it->key();
Slice val_slice = it->value();
std::string formatted_key; std::string formatted_key;
if (is_key_hex_) { if (is_key_hex_) {