diff liboctave/array/Array.h @ 31450:db8735ee84da

maint: Remove more functions deprecated in Octave 7
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Nov 2022 06:57:14 -0500
parents 3ea38ae97cc6
children c58f0f6ae207
line wrap: on
line diff
--- a/liboctave/array/Array.h	Wed Nov 16 06:22:03 2022 -0500
+++ b/liboctave/array/Array.h	Wed Nov 16 06:57:14 2022 -0500
@@ -663,12 +663,6 @@
   OCTARRAY_OVERRIDABLE_FUNC_API const T * data (void) const
   { return m_slice_data; }
 
-#if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
-  OCTAVE_DEPRECATED (7, "for read-only access, use 'data' method instead")
-  OCTARRAY_OVERRIDABLE_FUNC_API const T * fortran_vec (void) const
-  { return data (); }
-#endif
-
   OCTARRAY_API T * fortran_vec (void);
 
   OCTARRAY_OVERRIDABLE_FUNC_API bool is_shared (void)