diff liboctave/array/module.mk @ 19360:5b263e517c95

Remove liboctave methods and classes deprecated for longer than 3 years. * Array2.h, Array3.h, ArrayN.h, MArray2.h, MArrayN.h: remove these files with their corresponding classes which have been deprecated. * numeric/lo-mappers.h, numeric/lo-mappers.cc (octave_is_NaN_or_NA): remove deprecated function for input of doubles and floats. * util/lo-ieee.h, util/lo-ieee.cc (__lo_ieee_float_is_NaN_or_NA): remove deprecated function for input of doubles and floats. * array/Array.h (Array<T>::chop_trailing_singletons): remove deprecated method. * array/Array.h (Array<T>::Array (octave_idx_type), Array<T>::Array (octave_idx_type, T)): remove deprecated constructors which casused confusions since there are no 1D arrays. * dim-vector.h (dim_vector::dim_vector (octave_idx_type)): remove deprecated constructor which caused confusion since there are no 1D arrays. * liboctave/array/module.mk: update list of files.
author Carnë Draug <carandraug@octave.org>
date Mon, 10 Nov 2014 12:37:04 +0000
parents 4b8b942ef8db
children 0e1f5a750d00
line wrap: on
line diff
--- a/liboctave/array/module.mk	Tue Nov 11 21:35:12 2014 +0100
+++ b/liboctave/array/module.mk	Mon Nov 10 12:37:04 2014 +0000
@@ -2,10 +2,7 @@
   array/module.mk
 
 ARRAY_INC = \
-  array/Array2.h \
-  array/Array3.h \
   array/Array.h \
-  array/ArrayN.h \
   array/Array-util.h \
   array/boolMatrix.h \
   array/boolNDArray.h \
@@ -42,11 +39,9 @@
   array/int64NDArray.h \
   array/int8NDArray.h \
   array/intNDArray.h \
-  array/MArray2.h \
   array/MArray-decl.h \
   array/MArray-defs.h \
   array/MArray.h \
-  array/MArrayN.h \
   array/Matrix.h \
   array/MatrixType.h \
   array/MDiagArray2.h \