changeset 24822:92b015dca875

* lu.h: Remove OCTAVE_DEPRECATED tag inserted for debugging.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Mar 2018 09:48:10 -0500
parents 88665923596c
children 53f68d0fb122
files liboctave/numeric/lu.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/numeric/lu.h	Thu Mar 01 23:19:55 2018 -0600
+++ b/liboctave/numeric/lu.h	Fri Mar 02 09:48:10 2018 -0500
@@ -52,7 +52,6 @@
       lu (const lu& a)
         : a_fact (a.a_fact), l_fact (a.l_fact), ipvt (a.ipvt) { }
 
-      OCTAVE_DEPRECATED (4.4, "foobar")
       lu (const T& l, const T& u, const PermMatrix& p);
 
       lu& operator = (const lu& a)