[ovs-dev] [python3 10/15] ovs.stream: Remove unused parameter from usage().

Justin Pettit jpettit at nicira.com
Thu Aug 25 18:20:33 UTC 2011


Looks good.

--Justin


On Aug 24, 2011, at 5:15 PM, Ben Pfaff wrote:

> This function has no callers.  We could delete it entirely, instead.
> ---
> python/ovs/stream.py |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/python/ovs/stream.py b/python/ovs/stream.py
> index 82d4557..003f12b 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)
> -- 
> 1.7.4.4
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list