diff libinterp/corefcn/data.h @ 31449:2aa5bcaba504

maint: Remove more functions deprecated in Octave 7
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Nov 2022 06:22:03 -0500
parents 7ad57680a310
children dfa5d9c3ae72
line wrap: on
line diff
--- a/libinterp/corefcn/data.h	Wed Nov 16 06:07:14 2022 -0500
+++ b/libinterp/corefcn/data.h	Wed Nov 16 06:22:03 2022 -0500
@@ -41,14 +41,4 @@
 
 OCTAVE_NAMESPACE_END
 
-#if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
-OCTAVE_DEPRECATED (7, "use 'octave::do_class_concat' instead")
-inline OCTINTERP_API octave_value
-do_class_concat (const octave_value_list& ovl, const std::string& cattype,
-                 int dim)
-{
-  return octave::do_class_concat (ovl, cattype, dim);
-}
 #endif
-
-#endif