Skip to content

Commit

Permalink
Remove call to old method
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Feb 9, 2010
1 parent 6f63519 commit 94382d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/em/mysql.rb
Expand Up @@ -115,7 +115,6 @@ def unbind
log 'mysql connected' log 'mysql connected'
EM.instance_variable_get('@conns')[@signature] = self EM.instance_variable_get('@conns')[@signature] = self
@connected = true @connected = true
make_socket_blocking
next_query next_query
end end
end end
Expand Down

0 comments on commit 94382d8

Please sign in to comment.