Skip to content

Commit 19b1a7e

Browse files
committed
remove forgotten fulfilled todo
1 parent af3a1f0 commit 19b1a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class AbstractExecutorService < Synchronization::LockableObject
2323
def initialize(opts = {}, &block)
2424
super(&nil)
2525
synchronize do
26-
# TODO (pitr-ch 02-Feb-2020): check all documentation
2726
@auto_terminate = opts.fetch(:auto_terminate, true)
2827
@name = opts.fetch(:name) if opts.key?(:name)
2928
ns_initialize(opts, &block)

0 commit comments

Comments
 (0)