remove dead line

(cherry picked from commit 9a6ab55c3b)
This commit is contained in:
cmcmarrow 2023-04-10 12:21:13 -05:00 committed by Pedro Algarvio
parent bae0321af9
commit fc54cafc48
3 changed files with 0 additions and 3 deletions

View file

@ -22,7 +22,6 @@ def _load_matchers(opts):
"""
Store matchers in __context__ so they're only loaded once
"""
__context__["matchers"] = {}
__context__["matchers"] = salt.loader.matchers(opts)

View file

@ -14,7 +14,6 @@ def _load_matchers(opts):
"""
Store matchers in __context__ so they're only loaded once
"""
__context__["matchers"] = {}
__context__["matchers"] = salt.loader.matchers(opts)

View file

@ -22,7 +22,6 @@ def _load_matchers():
"""
Store matchers in __context__ so they're only loaded once
"""
__context__["matchers"] = {}
__context__["matchers"] = salt.loader.matchers(__opts__)