Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Qihoo360/pika
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelMaker committed Oct 31, 2017
2 parents c152807 + 9b42648 commit 549094b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion src/pika_binlog_sender_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,3 @@ void* PikaBinlogSenderThread::ThreadMain() {
}
return NULL;
}

3 changes: 0 additions & 3 deletions src/pika_bit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,3 @@ void BitOpCmd::Do() {
}

}



4 changes: 0 additions & 4 deletions src/pika_hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,3 @@ void HScanCmd::Do() {
}
return;
}




9 changes: 0 additions & 9 deletions src/pika_kv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -798,12 +798,3 @@ void ScanCmd::Do() {
}
return;
}









1 change: 0 additions & 1 deletion src/pika_zset.cc
Original file line number Diff line number Diff line change
Expand Up @@ -969,4 +969,3 @@ void ZRemrangebylexCmd::Do() {
res_.AppendInteger(count);
return;
}

0 comments on commit 549094b

Please sign in to comment.