mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
gitfs: remove unused variable "bad_per_remote_conf"
According to `git log` it was never used.
This commit is contained in:
parent
9805bdeddf
commit
58af4d68f0
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ class GitProvider(object):
|
|||
self.env_whitelist = self.opts.get(
|
||||
'{0}_env_whitelist'.format(self.role), [])
|
||||
repo_conf = copy.deepcopy(per_remote_defaults)
|
||||
bad_per_remote_conf = False
|
||||
|
||||
per_remote_collisions = [x for x in override_params
|
||||
if x in PER_REMOTE_ONLY]
|
||||
|
|
Loading…
Add table
Reference in a new issue