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:
parent
19fd9d6404
commit
518262ab6e
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user