changeset 28977:322a650906b5

CollocWt.cc: Remove useless statement after call to error(). * CollocWt.cc (init): Remove useless return statement after call to error().
author Rik <rik@octave.org>
date Wed, 21 Oct 2020 17:05:08 -0700
parents 4e1805033979
children c6f81afdcd28
files liboctave/numeric/CollocWt.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/numeric/CollocWt.cc	Wed Oct 21 16:51:33 2020 -0700
+++ b/liboctave/numeric/CollocWt.cc	Wed Oct 21 17:05:08 2020 -0700
@@ -415,7 +415,6 @@
   if (wid <= 0.0)
     {
       error ("CollocWt: width less than or equal to zero");
-      return;
     }
 
   octave_idx_type nt = n + inc_left + inc_right;