summaryrefslogtreecommitdiffstats
path: root/lib/puppet/agent/locker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/agent/locker.rb')
-rw-r--r--lib/puppet/agent/locker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/agent/locker.rb b/lib/puppet/agent/locker.rb
index c24fdad64..eaf19177a 100644
--- a/lib/puppet/agent/locker.rb
+++ b/lib/puppet/agent/locker.rb
@@ -30,7 +30,6 @@ module Puppet::Agent::Locker
def lockfile
unless defined?(@lockfile)
- #@lockfile = Puppet::Util::Pidlock.new(Puppet[:puppetdlockfile])
@lockfile = Puppet::Util::Pidlock.new(lockfile_path)
end