]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove an argument that is never used
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 9 Oct 2014 20:33:23 +0000 (20:33 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Thu, 9 Oct 2014 20:38:15 +0000 (20:38 +0000)
commitafbe668a9c1dd250be9780eb5320652ee6dec21b
tree4f86dfb8e7dd8292096cab34d50de153766d56d1
parent97374243752605cff1ae1a2a52a99b6c2d670c4f
Remove an argument that is never used

This code was creating a dict with a gw_exists key.  I was curious to
know who was interested in receiving this information down the line.
However, no one is ever interested in that key.  It took me some time
to follow this through wondering what was going on and found only dead
ends.

Change-Id: I755d9628ab750b950b33f5dcf32ccf2a9b00800e
neutron/db/l3_db.py