summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pool.go b/pool.go
index 22e8c970..f491dfa5 100644
--- a/pool.go
+++ b/pool.go
@@ -19,9 +19,6 @@ type Pool interface {
// Workers returns worker list associated with the pool.
Workers() (workers []*Worker)
- // Replace replaces dead or expired worker with new instance.
- Replace(w *Worker, caused interface{})
-
// Destroy all underlying workers (but let them to complete the task).
Destroy()
}