I suggest we get rid of any unused deprecated function for the next 2.0 release. This is usually the appropriate moment to do such a cleanup.
For example several functions in function/scaled_function_patch.tpl.hpp have the ARIADNE_DEPRECATED macro guard in place, but it is not triggered and therefore can be safely removed.
I suggest we get rid of any unused deprecated function for the next 2.0 release. This is usually the appropriate moment to do such a cleanup.
For example several functions in
function/scaled_function_patch.tpl.hpphave the ARIADNE_DEPRECATED macro guard in place, but it is not triggered and therefore can be safely removed.