workerpool: Remove unused worker method
authorMichael Hanselmann <hansmi@google.com>
Sat, 17 Jul 2010 20:56:18 +0000 (22:56 +0200)
committerMichael Hanselmann <hansmi@google.com>
Thu, 29 Jul 2010 13:05:55 +0000 (15:05 +0200)
commitccedb11b63e2612e4b2bfa4b0d57f41a2aefd8da
tree1a900e08cb9f56780f6edf2025cd91e110c59128
parent21c5ad52c8a75d3781f2f0b2e9d7e5688559dbe8
workerpool: Remove unused worker method

HasRunningTask is never used except for an assertion, where we
don't really need the lock.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/workerpool.py