diff options
-rw-r--r-- | core/fitter.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index 5265385..e46d82a 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -1676,10 +1676,6 @@ namespace opt_utilities delete this;
}
- virtual Tstr do_to_string()const
- {
- return Tstr();
- }
/**
\return the type name of self
*/
@@ -1712,11 +1708,6 @@ namespace opt_utilities return do_destroy();
}
- Tstr to_string()const
- {
- return do_to_string();
- }
-
/**
default construct
*/
|