diff liboctave/numeric/CollocWt.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 796f54d4ddbf
children dfa5d9c3ae72
line wrap: on
line diff
--- a/liboctave/numeric/CollocWt.h	Wed Nov 16 06:22:03 2022 -0500
+++ b/liboctave/numeric/CollocWt.h	Wed Nov 16 06:57:14 2022 -0500
@@ -208,9 +208,4 @@
   };
 }
 
-#if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
-OCTAVE_DEPRECATED (7, "use 'octave::CollocWt' instead")
-typedef octave::CollocWt CollocWt;
 #endif
-
-#endif