Remove non semantical newline space from PR #5797.

This commit is contained in:
antirez 2019-01-21 11:15:43 +01:00
parent a010bf750e
commit b3210c5a11

View File

@ -221,7 +221,6 @@ static void killAppendOnlyChild(void) {
server.aof_rewrite_time_start = -1;
/* Close pipes used for IPC between the two processes. */
aofClosePipes();
updateDictResizePolicy();
}