summary refs log tree commit diff stats
path: root/lib/deprecated/pure/actors.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecated/pure/actors.nim')
-rw-r--r--lib/deprecated/pure/actors.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/deprecated/pure/actors.nim b/lib/deprecated/pure/actors.nim
index 451668825..77c67a3e4 100644
--- a/lib/deprecated/pure/actors.nim
+++ b/lib/deprecated/pure/actors.nim
@@ -111,7 +111,6 @@ type
     actors: seq[PActor[In, Out]]
     when Out isnot void:
       outputs: Channel[Out]
-{.deprecated: [TActorPool: ActorPool].}
 
 proc `^`*[T](f: ptr Channel[T]): T =
   ## alias for 'recv'.