diff --git a/src/ModelTree.hh b/src/ModelTree.hh index 55b666e8..c9d3dbfe 100644 --- a/src/ModelTree.hh +++ b/src/ModelTree.hh @@ -466,22 +466,6 @@ public: return equation_tags.getTagsByEqn(eq); } - inline static string - c_Equation_Type(EquationType type) - { - switch (type) - { - case EquationType::evaluate: - return "EVALUATE "; - case EquationType::evaluate_s: - return "EVALUATE_S"; - case EquationType::solve: - return "SOLVE "; - default: - return "UNKNOWN "; - } - } - inline static string BlockSim(BlockSimulationType type) {