Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove double require 'thread'
  • Loading branch information
paddor committed Apr 19, 2012
1 parent cc9a3ad commit 86e38e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/eventmachine.rb
Expand Up @@ -1014,7 +1014,6 @@ def self.defer op = nil, callback = nil, &blk
# has no constructor.

unless @threadpool
require 'thread'
@threadpool = []
@threadqueue = ::Queue.new
@resultqueue = ::Queue.new
Expand Down

0 comments on commit 86e38e4

Please sign in to comment.