From 518262ab6ecd8faa2b915df118ffc70a30112a18 Mon Sep 17 00:00:00 2001 From: paul luse Date: Tue, 12 May 2015 15:21:13 -0700 Subject: [PATCH] Remove 1 line of dead code from EC reconstructor Assuming nobody intentionally left this in here for some reason... Change-Id: I4bf43bb3828e062c0342557243076ed62d6790f4 --- swift/obj/reconstructor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swift/obj/reconstructor.py b/swift/obj/reconstructor.py index 4385e42cc9..2dd743fa9a 100644 --- a/swift/obj/reconstructor.py +++ b/swift/obj/reconstructor.py @@ -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'],