]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removes an incorrect and unnecessary return
authorMohammad Banikazemi <mb@us.ibm.com>
Tue, 4 Feb 2014 23:04:32 +0000 (18:04 -0500)
committerMohammad Banikazemi <mb@us.ibm.com>
Wed, 5 Feb 2014 03:30:53 +0000 (22:30 -0500)
commitc1eb61b98a37a10775affa845185388f05e3ceb4
tree6ff77096ea55b5302fe7a1c11bbb7368b15625c3
parentba12cc88ce35ac452730a98dddd49eefda9db593
Removes an incorrect and unnecessary return

The current return statement creates a new object that is
not used anywhere and does not provide a functionality

Change-Id: Id53f6fbc8cc6fb38419e5616a352279f1a9b917f
Closes-Bug: #1276367
neutron/agent/linux/ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_lib.py