mirror of
https://github.com/openvswitch/ovs
synced 2025-09-06 01:05:25 +00:00
ovs.stream: Remove unused parameter from usage().
This function has no callers. We could delete it entirely, instead.
This commit is contained in:
@@ -300,7 +300,7 @@ class PassiveStream(object):
|
||||
# Don't delete the file: we might have forked.
|
||||
self.socket.close()
|
||||
|
||||
def usage(name, active, passive, bootstrap):
|
||||
def usage(name, active, passive):
|
||||
print
|
||||
if active:
|
||||
print("Active %s connection methods:" % name)
|
||||
|
Reference in New Issue
Block a user