Skip to content

Commit

Permalink
Remove extra lines that wouldn't be reached.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyli committed May 4, 2015
1 parent da1e7dd commit 40a5710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mimic/model/nova_objects.py
Expand Up @@ -665,8 +665,6 @@ def request_delete(self, http_delete_request, server_id):
if server is None:
return dumps(not_found("Instance could not be found",
http_delete_request))
http_delete_request.setResponseCode(404)
return b''
if 'delete_server_failure' in server.metadata:
srvfail = loads(server.metadata['delete_server_failure'])
if srvfail['times']:
Expand Down

0 comments on commit 40a5710

Please sign in to comment.