Skip to content

Commit

Permalink
one more compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serejja committed Oct 19, 2015
1 parent 2b01310 commit c16232d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ func (wm *WorkerManager) processBatch() {
}

if result.Success() {
wm.metrics.numAcks().Inc(1)
wm.taskSucceeded(result)
} else {
task := wm.currentBatch.get(result.Id())
Expand Down

0 comments on commit c16232d

Please sign in to comment.