From 9ce557169dc489b855abcb81323998e4762218a9 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Mon, 25 Sep 2023 22:50:47 -0500 Subject: [PATCH] remove reference to `set-mac`, which is gone. --- Core/SoarKernel/src/soar_representation/rhs_functions_math.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/SoarKernel/src/soar_representation/rhs_functions_math.cpp b/Core/SoarKernel/src/soar_representation/rhs_functions_math.cpp index 0f4fea5d69..126bc9c3d0 100644 --- a/Core/SoarKernel/src/soar_representation/rhs_functions_math.cpp +++ b/Core/SoarKernel/src/soar_representation/rhs_functions_math.cpp @@ -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"));