Skip to content

Commit 97c9a10

Browse files
committed
cleaning up
1 parent b33a53f commit 97c9a10

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,6 @@ def generate_and_instrument_tests(
581581
)
582582
)
583583

584-
# def_is_numerical_code_fto_helpers():
585-
# #get mapping of code string to function names
586-
# # run is_numerical_code on this mapping and return if any of these is true
587-
588584
# note: this isn't called by the lsp, only called by cli
589585
def optimize_function(self) -> Result[BestOptimization, str]:
590586
initialization_result = self.can_be_optimized()

0 commit comments

Comments
 (0)