From c579a45b0809e5b0809cc5b061c9003fc8ad86ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 20 May 2020 11:35:44 +0200 Subject: [PATCH] Remove helper now unused because of 1d838e96ffb0fa78591f2f794f3b5aaf865015dc --- src/ModelTree.hh | 16 ---------------- 1 file changed, 16 deletions(-) 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) {