diff libinterp/corefcn/txt-eng-ft.cc @ 20956:850e3d2533d4

maint: Eliminate more useless statements after error(). * __ilu__.cc, display.cc, file-io.cc, graphics.cc, graphics.in.h, hex2num.cc, load-save.cc, ls-mat-ascii.cc, oct-errno.in.cc, pager.cc, sighandlers.cc, sub2ind.cc, symtab.h, syscalls.cc, toplev.h, txt-eng-ft.cc, __eigs__.cc, ov-bool-mat.cc, ov-classdef.h, ov-cx-mat.cc, ov-fcn-handle.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-str-mat.cc, ov-struct.cc, ov-typeinfo.cc, ov-usr-fcn.cc: maint: Eliminate more useless statements after error().
author Rik <rik@octave.org>
date Sun, 20 Dec 2015 13:26:17 -0800
parents 9d9270e2f98f
children 1edf15793cac
line wrap: on
line diff
--- a/libinterp/corefcn/txt-eng-ft.cc	Sun Dec 20 10:15:02 2015 -0800
+++ b/libinterp/corefcn/txt-eng-ft.cc	Sun Dec 20 13:26:17 2015 -0800
@@ -89,11 +89,7 @@
       }
 
     if (! instance)
-      {
-        error ("unable to create ft_manager!");
-
-        retval = false;
-      }
+      error ("unable to create ft_manager!");
 
     return retval;
   }