Skip to content

Commit 7247700

Browse files
committed
Remove unnecessary method
1 parent 08b9aad commit 7247700

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/concurrent/edge/promises.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,6 @@ def on_resolvable(resolved_future)
17291729

17301730
# @abstract
17311731
class AbstractAnyPromise < BlockedPromise
1732-
# @!visibility private
1733-
def touch
1734-
blocked_by.each(&:touch) unless @Future.resolved?
1735-
end
17361732
end
17371733

17381734
class AnyResolvedFuturePromise < AbstractAnyPromise

0 commit comments

Comments
 (0)