summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-11-01 15:58:09 -0700
committerMarkus Roberts <Markus@reality.com>2010-11-10 15:29:13 -0800
commitba4d22bce3fbb7af3bef50088623605350a9891e (patch)
tree6d2179f9ac86d1d27c2bbaf20eb14d61e700fb65 /ext
parent4a3d5d7c11bea5efba6f8fa8074b52c7161fd1d3 (diff)
downloadpuppet-ba4d22bce3fbb7af3bef50088623605350a9891e.tar.gz
puppet-ba4d22bce3fbb7af3bef50088623605350a9891e.tar.xz
puppet-ba4d22bce3fbb7af3bef50088623605350a9891e.zip
Maint. Removing code for which no CLA has been signed
Multiple attemps were made to contact the author of this code in order to obtain a Contributor Licence Agreement, but we were unable to do so.
Diffstat (limited to 'ext')
-rw-r--r--ext/puppetstoredconfigclean.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/puppetstoredconfigclean.rb b/ext/puppetstoredconfigclean.rb
index 9b7b0c8a7..16f39efa1 100644
--- a/ext/puppetstoredconfigclean.rb
+++ b/ext/puppetstoredconfigclean.rb
@@ -70,8 +70,6 @@ case adapter
args[:port] = pm_conf[:dbport] unless pm_conf[:dbport].to_s.empty?
socket = pm_conf[:dbsocket]
args[:socket] = socket unless socket.to_s.empty?
- connections = pm_conf[:dbconnections].to_i
- args[:pool] = connections if connections > 0
else
raise ArgumentError, "Invalid db adapter #{adapter}"
end