Skip to content

Commit 05817f9

Browse files
committed
removed xylophone
1 parent eae756a commit 05817f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def optimize_function(self) -> Result[BestOptimization, str]:
299299

300300
self.log_successful_optimization(explanation, generated_tests, exp_type)
301301

302-
# xylophone
303302
preexisting_functions_by_filepath: dict[Path, list[str]] = {}
304303
filepaths_to_inspect = [self.function_to_optimize.file_path] + list({helper.file_path for helper in code_context.helper_functions})
305304
for filepath in filepaths_to_inspect:

0 commit comments

Comments
 (0)