removing false comment

This commit is contained in:
Aaron Patterson
2010-10-07 16:40:15 -06:00
parent 581b2b6836
commit 740d7e5aa2

View File

@@ -73,8 +73,6 @@ module ActiveRecord
# The mutex used to synchronize pool access
@connection_mutex = Monitor.new
@queue = @connection_mutex.new_cond
# default 5 second timeout unless on ruby 1.9
@timeout = spec.config[:wait_timeout] || 5
# default max pool size to 5