changeset 27993:eaca8df57328

libinterp/corefcn/ls-mat4.cc: remove never used octave::unwind_protect object
author Carnë Draug <carandraug@octave.org>
date Thu, 23 Jan 2020 19:07:50 +0000
parents 46fe22bf1458
children 534684fb7bd7
files libinterp/corefcn/ls-mat4.cc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/ls-mat4.cc	Wed Jan 22 19:50:50 2020 -0800
+++ b/libinterp/corefcn/ls-mat4.cc	Thu Jan 23 19:07:50 2020 +0000
@@ -56,7 +56,6 @@
 #include "ovl.h"
 #include "pager.h"
 #include "sysdep.h"
-#include "unwind-prot.h"
 #include "utils.h"
 #include "variables.h"
 #include "version.h"
@@ -444,8 +443,6 @@
 
   if (tc.is_string ())
     {
-      octave::unwind_protect frame;
-
       charMatrix chm = tc.char_matrix_value ();
 
       octave_idx_type nrow = chm.rows ();