diff --git a/src/ModelTree.hh b/src/ModelTree.hh
index 55b666e84a8fcbc4f0e6e686a89778244d6f4be4..c9d3dbfe8eb19e01b09b18784b799f2500edf965 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)
   {