From 1336f4c80f4b1e3fa4597dc70a5ba27a0249835d Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 21 Oct 2019 01:48:58 -0400 Subject: [PATCH] Remove performance zapping test code Former-commit-id: c50a3d0bbd2dd801a80060d789484bac4eda4f4c --- src/networking.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/networking.cpp b/src/networking.cpp index 7e88be1d0..636e95c62 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -1678,8 +1678,6 @@ int handleClientsWithPendingWrites(int iel) { std::unique_locklock)> lock(c->lock); - AeLocker locker; - locker.arm(c); /* Try to write buffers to the client socket. */ if (writeToClient(c->fd,c,0) == C_ERR) {