remove duplicate line after conflict cleanup due to rebase

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Tento commit je obsažen v:
Karl W Schulz
2024-03-08 17:01:52 -06:00
odevzdal Karl W. Schulz
rodič 594875a974
revize dbba0d418a
-1
Zobrazit soubor
@@ -346,7 +346,6 @@ class OmniProfiler_Base:
input_files = glob.glob(self.get_args().path + "/perfmon/*.txt")
input_files.sort()
# Run profiling on each input file
for fname in tqdm(input_files,disable=disable_tqdm):
# Kernel filtering (in-place replacement)
if not self.__args.kernel == None: