Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviathan1995 authored Mar 14, 2018
1 parent a005156 commit 6216a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pika_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ void PikaServer::Start() {

time(&start_time_s_);

// SetMaster("127.0.0.1", 9221);
std::string slaveof = g_pika_conf->slaveof();
if (!slaveof.empty()) {
int32_t sep = slaveof.find(":");
Expand Down

0 comments on commit 6216a50

Please sign in to comment.