projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fecf78c
)
ovs.stream: Remove unused parameter from usage().
author
Ben Pfaff
<blp@nicira.com>
Thu, 25 Aug 2011 00:08:24 +0000
(17:08 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 25 Aug 2011 18:07:23 +0000
(11:07 -0700)
This function has no callers. We could delete it entirely, instead.
python/ovs/stream.py
patch
|
blob
|
history
diff --git
a/python/ovs/stream.py
b/python/ovs/stream.py
index 82d4557e953035636311ca14c0d777c9ae5684f2..003f12b8df96c77886523e7e49019d7645a94102 100644
(file)
--- 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)