remove useless comments

This commit is contained in:
Andy Pan 2018-05-20 09:46:49 +08:00
parent 798a61d175
commit 92bcb74066
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ func (p *Pool) Push(task f) error {
p.wg.Add(1)
w := p.getWorker()
w.sendTask(task)
//p.launchSignal <- sig{}
return nil
}