Skip to content

Commit

Permalink
Merge "Remove 1 line of dead code from EC reconstructor"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed May 13, 2015
2 parents 2ea8bae + 518262a commit e9a032f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swift/obj/reconstructor.py
Expand Up @@ -193,7 +193,6 @@ def _get_response(self, node, part, path, headers, policy):
:returns: response
"""
resp = None
headers['X-Backend-Node-Index'] = node['index']
try:
with ConnectionTimeout(self.conn_timeout):
conn = http_connect(node['ip'], node['port'], node['device'],
Expand Down

0 comments on commit e9a032f

Please sign in to comment.