Skip to content

Commit

Permalink
remove useless variable (OpenAtomFoundation#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axlgrep authored Aug 9, 2019
1 parent a1a64e7 commit 1c4ef6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pika_admin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,6 @@ void InfoCmd::InfoData(std::string& info) {
tmp_stream << "compression:" << g_pika_conf->compression() << "\r\n";

// rocksdb related memory usage
std::string db_fatal_msg;
std::map<std::string, uint64_t> type_result;
uint64_t total_background_errors = 0;
uint64_t total_memtable_usage = 0, memtable_usage = 0;
Expand Down

0 comments on commit 1c4ef6d

Please sign in to comment.