Skip to content

Commit

Permalink
remove reference to set-mac, which is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Sep 26, 2023
1 parent 91b56b5 commit 9ce5571
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,6 @@ void remove_built_in_rhs_math_functions(agent* thisAgent)
remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("set-range"));
remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("set-mean"));
remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("set-stdev"));
remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("set-mac"));

remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("sin"));
remove_rhs_function(thisAgent, thisAgent->symbolManager->find_str_constant("cos"));
Expand Down

0 comments on commit 9ce5571

Please sign in to comment.