summaryrefslogtreecommitdiffstats
path: root/lib/puppet/agent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/agent.rb')
-rw-r--r--lib/puppet/agent.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/agent.rb b/lib/puppet/agent.rb
index 58bf5cd42..8d131fbc8 100644
--- a/lib/puppet/agent.rb
+++ b/lib/puppet/agent.rb
@@ -82,7 +82,6 @@ class Puppet::Agent
def sync
@sync ||= Sync.new
- @sync
end
private