# HG changeset patch # User Kai T. Ohlhus # Date 1592802797 -32400 # Node ID 3b97c9637ea4fc9b108d36f464fd160365b250fc # Parent 75bb064c67697dddf6045c5d5582f23dfd6c0519# Parent bc521cd24922167356dbbb6ccb2d448d28aac0b3 maint: merge stable to default. diff -r 75bb064c6769 -r 3b97c9637ea4 libinterp/octave-value/ov-cell.cc --- a/libinterp/octave-value/ov-cell.cc Sun Jun 21 11:46:49 2020 +0200 +++ b/libinterp/octave-value/ov-cell.cc Mon Jun 22 14:13:17 2020 +0900 @@ -628,8 +628,6 @@ Array octave_cell::cellstr_value (void) const { - Array retval; - if (! iscellstr ()) error ("invalid conversion from cell array to array of strings"); @@ -637,8 +635,6 @@ *cellstr_cache = matrix.cellstr_value (); return *cellstr_cache; - - return retval; } bool