diff liboctave/Array-d.cc @ 10352:a3635bc1ea19

remove Array2
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 23 Feb 2010 16:12:27 +0100
parents 4c0cdbe0acca
children 950c23c26f87
line wrap: on
line diff
--- a/liboctave/Array-d.cc	Tue Feb 23 14:15:34 2010 +0100
+++ b/liboctave/Array-d.cc	Tue Feb 23 16:12:27 2010 +0100
@@ -159,10 +159,6 @@
 
 INSTANTIATE_ARRAY (double, OCTAVE_API);
 
-#include "Array2.h"
-
-template class OCTAVE_API Array2<double>;
-
 template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<double>&);
 
 #include "DiagArray2.h"