1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

framework/execution: Remove unused attribute

This commit is contained in:
Marc Bonnici 2018-05-22 14:56:39 +01:00 committed by setrofim
parent 2a95a198b0
commit c2b039ba2d

View File

@ -302,7 +302,6 @@ class Executor(object):
self.error_logged = False
self.warning_logged = False
self.target_manager = None
self.device = None
def execute(self, config_manager, output):
"""