remove unused instance variable

This commit is contained in:
Aaron Patterson 2011-11-28 15:20:24 -08:00
parent beff819a4d
commit 52a9884ce4

@ -84,7 +84,6 @@ def initialize(spec)
@connections = []
@checked_out = []
@automatic_reconnect = true
@visitor = nil
end
# Retrieve the connection associated with the current thread, or call