Commit c91044b0 authored by Vitaly Arbuzov's avatar Vitaly Arbuzov
Browse files

Remove redundant comment

parent c41183e4
...@@ -4100,7 +4100,6 @@ int processCommand(client *c) { ...@@ -4100,7 +4100,6 @@ int processCommand(client *c) {
blockPostponeClient(c); blockPostponeClient(c);
return C_OK; return C_OK;
} }
/* Set current dictionary for the command, this optimization helps avoid redundant CRC hash calculations to determine key slot. */
/* Exec the command */ /* Exec the command */
if (c->flags & CLIENT_MULTI && if (c->flags & CLIENT_MULTI &&
c->cmd->proc != execCommand && c->cmd->proc != execCommand &&
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment