From d4a511ecfe32a72d741973661aaa1d6c546157ec Mon Sep 17 00:00:00 2001 From: faithwang Date: Sun, 27 Mar 2022 14:44:44 +0800 Subject: [PATCH] delete useless code Signed-off-by: faithwang --- script/hiperf_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/hiperf_utils.py b/script/hiperf_utils.py index 835ca3a..ed624f1 100644 --- a/script/hiperf_utils.py +++ b/script/hiperf_utils.py @@ -294,7 +294,6 @@ class LocalLibDownload: with open(BUILD_ID_FILE, 'rb') as file_bin: for line in file_bin.readlines(): line = bytes_to_str(line).strip() - # format is build_id = bin_name items = line.split('=') if len(items) == 2: self.build_id_map_of_device[items[0]] = items[1] -- Gitee