File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,6 @@ def filter_functions(
496
496
site_packages_removed_count : int = 0
497
497
ignore_paths_removed_count : int = 0
498
498
malformed_paths_count : int = 0
499
- already_optimized_count : int = 0
500
499
submodule_ignored_paths_count : int = 0
501
500
blocklist_funcs_removed_count : int = 0
502
501
previous_checkpoint_functions_removed_count : int = 0
@@ -566,7 +565,6 @@ def filter_functions(
566
565
f"{ non_modules_removed_count } function{ 's' if non_modules_removed_count != 1 else '' } outside module-root" : non_modules_removed_count ,
567
566
f"{ ignore_paths_removed_count } file{ 's' if ignore_paths_removed_count != 1 else '' } from ignored paths" : ignore_paths_removed_count ,
568
567
f"{ submodule_ignored_paths_count } file{ 's' if submodule_ignored_paths_count != 1 else '' } from ignored submodules" : submodule_ignored_paths_count ,
569
- f"{ already_optimized_count } already optimized function{ 's' if already_optimized_count != 1 else '' } " : already_optimized_count ,
570
568
f"{ blocklist_funcs_removed_count } function{ 's' if blocklist_funcs_removed_count != 1 else '' } as previously optimized" : blocklist_funcs_removed_count ,
571
569
f"{ previous_checkpoint_functions_removed_count } function{ 's' if previous_checkpoint_functions_removed_count != 1 else '' } skipped from checkpoint" : previous_checkpoint_functions_removed_count ,
572
570
}
You can’t perform that action at this time.
0 commit comments