You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/11 15:15:50 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on a diff in pull request #974: Remove useless parameter in `SlotMigrate::Loop`

PragmaTwice commented on code in PR #974:
URL: https://github.com/apache/incubator-kvrocks/pull/974#discussion_r992462401


##########
src/slot_migrate.h:
##########
@@ -86,7 +86,7 @@ class SlotMigrate : public Redis::Database {
   ~SlotMigrate();
 
   Status CreateMigrateHandleThread(void);
-  void *Loop(void *arg);
+  void *Loop();

Review Comment:
   Oh thanks. Fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org