1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Remove dead code

Ticket: CM-1438
Reviewed By: trivial
Testing Done: Tested ifup/ifdown
This commit is contained in:
roopa
2014-03-17 06:38:55 -07:00
parent e6c9d00704
commit dab8d81ec7

View File

@@ -123,7 +123,6 @@ class ifaceScheduler():
tmpulist = ([u for u in ulist if u != parent] if parent
else ulist)
if not tmpulist:
ifupdownobj.logger.info('Roopa: tmpulist = %s' %str(tmpulist))
return True
if 'down' in ops[0]:
# XXX: This is expensive. Find a cheaper way to do this