mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Review unused varible as per reviewer comments
This commit is contained in:
parent
0c151dcacc
commit
d96f041d2f
1 changed files with 0 additions and 1 deletions
|
@ -1832,7 +1832,6 @@ def default_route(family=None):
|
|||
ret = []
|
||||
for route in _routes:
|
||||
if family:
|
||||
route_dest = route["destination"]
|
||||
def_route_family = default_route[family]
|
||||
if route["destination"] in default_route[family]:
|
||||
if __grains__["kernel"] == "SunOS" and route["addr_family"] != family:
|
||||
|
|
Loading…
Add table
Reference in a new issue