Skip to content

Commit 226acd7

Browse files
committed
remove unncessary line
1 parent 2d62171 commit 226acd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ def filter_functions(
496496
site_packages_removed_count: int = 0
497497
ignore_paths_removed_count: int = 0
498498
malformed_paths_count: int = 0
499-
already_optimized_count: int = 0
500499
submodule_ignored_paths_count: int = 0
501500
blocklist_funcs_removed_count: int = 0
502501
previous_checkpoint_functions_removed_count: int = 0
@@ -566,7 +565,6 @@ def filter_functions(
566565
f"{non_modules_removed_count} function{'s' if non_modules_removed_count != 1 else ''} outside module-root": non_modules_removed_count,
567566
f"{ignore_paths_removed_count} file{'s' if ignore_paths_removed_count != 1 else ''} from ignored paths": ignore_paths_removed_count,
568567
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,
570568
f"{blocklist_funcs_removed_count} function{'s' if blocklist_funcs_removed_count != 1 else ''} as previously optimized": blocklist_funcs_removed_count,
571569
f"{previous_checkpoint_functions_removed_count} function{'s' if previous_checkpoint_functions_removed_count != 1 else ''} skipped from checkpoint": previous_checkpoint_functions_removed_count,
572570
}

0 commit comments

Comments
 (0)