changeset 13032:7d4429c82212

Remove an unneeded explicit instantiation
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Wed, 31 Aug 2011 18:04:47 -0500
parents b646413c3d0e
children 8afb81b32748
files liboctave/Sparse.cc
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Sparse.cc	Tue Aug 30 18:36:06 2011 -0500
+++ b/liboctave/Sparse.cc	Wed Aug 31 18:04:47 2011 -0500
@@ -78,10 +78,6 @@
     data (i) = 1.0;
 }
 
-// SparseMatrix and SparseBoolMatrix both need this ctor
-template Sparse<double>::Sparse (const PermMatrix& a);
-template Sparse<bool>::Sparse (const PermMatrix& a);
-
 template <class T>
 T&
 Sparse<T>::SparseRep::elem (octave_idx_type _r, octave_idx_type _c)