Merge "Remove 1 line of dead code from EC reconstructor"

This commit is contained in:
Jenkins 2015-05-13 11:40:48 +00:00 committed by Gerrit Code Review
commit e9a032f896

View File

@ -193,7 +193,6 @@ class ObjectReconstructor(Daemon):
:returns: response :returns: response
""" """
resp = None resp = None
headers['X-Backend-Node-Index'] = node['index']
try: try:
with ConnectionTimeout(self.conn_timeout): with ConnectionTimeout(self.conn_timeout):
conn = http_connect(node['ip'], node['port'], node['device'], conn = http_connect(node['ip'], node['port'], node['device'],