Review unused varible as per reviewer comments

This commit is contained in:
David Murphy 2021-06-14 14:41:17 -06:00 committed by Megan Wilhite
parent 0c151dcacc
commit d96f041d2f

View file

@ -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: