Skip to content

Commit 227037e

Browse files
committed
Remove __thread__ method
It's not used anywhere.
1 parent 9d63d87 commit 227037e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rake/thread_pool.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ def stat(event, data=nil) # :nodoc:
152152
def __queue__ # :nodoc:
153153
@queue
154154
end
155-
156-
def __threads__ # :nodoc:
157-
@threads.dup
158-
end
159155
end
160156

161157
end

0 commit comments

Comments
 (0)