diff liboctave/array/dSparse.cc @ 21137:623fc7d08cc6

maint: Clean up compile warnings in liboctave from cset 7cac4e7458f2. * Sparse.h (range_error): Mark function with OCTAVE_NORETURN attribute. * Sparse.h (read_sparse_matrix): "return is" at end of fcn. * dSparse.cc (tinverse): Delete unused inverse_singular label. * idx-vector.h (as_array, sort_idx): Mark function with OCTAVE_NORETURN. * Quad.h (do_integrate): Mark unreachable do_integrate combinations with OCTAVE_NORETURN.
author Rik <rik@octave.org>
date Sat, 23 Jan 2016 17:44:57 -0800
parents 7cac4e7458f2
children e06e600f396a
line wrap: on
line diff
--- a/liboctave/array/dSparse.cc	Sat Jan 23 13:52:03 2016 -0800
+++ b/liboctave/array/dSparse.cc	Sat Jan 23 17:44:57 2016 -0800
@@ -1143,9 +1143,6 @@
     }
 
   return retval;
-
-inverse_singular:
-  return SparseMatrix ();
 }
 
 SparseMatrix