aboutsummaryrefslogtreecommitdiff
path: root/python/ovs
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-08-24 17:08:24 -0700
committerBen Pfaff <blp@nicira.com>2011-08-25 11:07:23 -0700
commit1f00acd0bccc883f5b2017dc52f8f1d52a089b1f (patch)
treea352114781838b21cbab0436da6f26732527d272 /python/ovs
parentfecf78c23793567f39f11e3c203fbded0b86c3a2 (diff)
ovs.stream: Remove unused parameter from usage().
This function has no callers. We could delete it entirely, instead.
Diffstat (limited to 'python/ovs')
-rw-r--r--python/ovs/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ovs/stream.py b/python/ovs/stream.py
index 82d4557e..003f12b8 100644
--- a/python/ovs/stream.py
+++ b/python/ovs/stream.py
@@ -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)