mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unnecesssary comment
This was part of some intermediate work while I was working on ab9da90c
and it should have been removed.
This commit is contained in:
parent
79a719b719
commit
4965be72b1
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ class GitProvider(object):
|
|||
# Lock file is empty, set pid to 0 so it evaluates as
|
||||
# False.
|
||||
pid = 0
|
||||
#if self.opts.get("gitfs_global_lock") or pid and pid_exists(int(pid)):
|
||||
global_lock_key = self.role + '_global_lock'
|
||||
lock_file = self._get_lock_file(lock_type=lock_type)
|
||||
if self.opts[global_lock_key]:
|
||||
|
|
Loading…
Add table
Reference in a new issue