Skip to content

Commit d90fa74

Browse files
committed
Update function_optimizer.py
1 parent b153989 commit d90fa74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,6 @@ def generate_tests_and_optimizations(
10271027
instrumented_perf_test_source,
10281028
test_behavior_path,
10291029
test_perf_path,
1030-
behavior_source_path,
1031-
perf_source_path,
10321030
) = res
10331031
tests.append(
10341032
GeneratedTests(
@@ -1037,8 +1035,6 @@ def generate_tests_and_optimizations(
10371035
instrumented_perf_test_source=instrumented_perf_test_source,
10381036
behavior_file_path=test_behavior_path,
10391037
perf_file_path=test_perf_path,
1040-
behavior_source_path=behavior_source_path,
1041-
perf_source_path=perf_source_path,
10421038
)
10431039
)
10441040
if not tests:

0 commit comments

Comments
 (0)