removed useless call

This commit is contained in:
antirez 2011-03-08 16:52:39 +01:00
parent 3a21cb99e5
commit e270a7fa58

View File

@ -587,8 +587,6 @@ void queueIOJob(iojob *j) {
redisLog(REDIS_DEBUG,"Queued IO Job %p type %d about key '%s'\n",
(void*)j, j->type, (char*)j->key->ptr);
listAddNodeTail(server.io_newjobs,j);
if (server.io_active_threads < server.vm_max_threads)
spawnIOThread();
}
/* Consume all the IO scheduled operations, and all the thread IO jobs