Remove 1 line of dead code from EC reconstructor

Assuming nobody intentionally left this in here for some reason...

Change-Id: I4bf43bb3828e062c0342557243076ed62d6790f4
This commit is contained in:
paul luse 2015-05-12 15:21:13 -07:00
parent 19fd9d6404
commit 518262ab6e

View File

@ -193,7 +193,6 @@ class ObjectReconstructor(Daemon):
: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'],