Remove unused stubbing function from test

The fake_networks.stub_out_network_cleanup is unused since
I0eaa0a9860af7d574a689722785d5d3d614eb0c1 and therefore removed.

Change-Id: Ifedcd0cd2821b38a7b4f5eae41fcb705e9606687
This commit is contained in:
Balazs Gibizer 2018-07-30 10:09:42 +02:00 committed by Stephen Finucane
parent bb5ff6f6c3
commit f66d4c98f2
1 changed files with 0 additions and 5 deletions

View File

@ -350,11 +350,6 @@ def stub_out_nw_api_get_instance_nw_info(test, func=None,
test.stub_out('nova.network.api.API.get_instance_nw_info', func)
def stub_out_network_cleanup(test):
test.stub_out('nova.network.api.API.deallocate_for_instance',
lambda *args, **kwargs: None)
_real_functions = {}