Skip to content

Commit

Permalink
remove useless code. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
solotzg committed Mar 28, 2019
1 parent ecbeadb commit 3a0fbf4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dbms/src/Storages/Transaction/tests/tikv_keyvalue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ int main(int, char **)
assert(nullptr == short_value);
}

auto key = RecordKVFormat::genKey(1222, 100023, 452321);
std::cout << escapeString(key.toString()) << std::endl;
std::cout << escapeString(DataKVFormat::enc_start_key(key)) << std::endl;
std::cout << escapeString(DataKVFormat::enc_end_key(key)) << std::endl;
std::cout << escapeString(DataKVFormat::region_state_key(331231)) << std::endl;

{

UInt64 a = 13241432453554;
Expand Down

0 comments on commit 3a0fbf4

Please sign in to comment.