Skip to content

Commit ecd97ac

Browse files
committed
Remove dead code
1 parent 39173fe commit ecd97ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/concurrent/actress.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@ def execute_on_envelope(envelope)
266266
process?
267267
end
268268

269-
def create_and_set_actor(actress_class, block, *args)
270-
parent_core.add_child reference if parent_core
271-
@actress = actress_class.new self, *args, &block # FIXME may fail
272-
end
273-
274269
def reject_envelope(envelope)
275270
envelope.reject! ActressTerminated.new(reference)
276271
end

0 commit comments

Comments
 (0)