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
parent d3ca3e9621
commit 2d8f926a3e

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):
"""