Remove performance zapping test code

Former-commit-id: c50a3d0bbd2dd801a80060d789484bac4eda4f4c
This commit is contained in:
John Sully 2019-10-21 01:48:58 -04:00
parent 8e6c6403e1
commit 1336f4c80f

View File

@ -1678,8 +1678,6 @@ int handleClientsWithPendingWrites(int iel) {
std::unique_lock<decltype(c->lock)> lock(c->lock);
AeLocker locker;
locker.arm(c);
/* Try to write buffers to the client socket. */
if (writeToClient(c->fd,c,0) == C_ERR)
{