changeset 20917:a7051a169cad

eliminate unused retval variable * oct-stream.cc (do_printf_string): Eliminate unused retval variable.
author John W. Eaton <jwe@octave.org>
date Wed, 16 Dec 2015 17:09:44 -0500
parents 8ddb11c0b1f8
children 6f0bd96f93c0
files libinterp/corefcn/oct-stream.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-stream.cc	Wed Dec 16 17:06:52 2015 -0500
+++ b/libinterp/corefcn/oct-stream.cc	Wed Dec 16 17:09:44 2015 -0500
@@ -2399,8 +2399,6 @@
                   int nsa, int sa_1, int sa_2, const std::string& arg,
                   const std::string& who)
 {
-  size_t retval = 0;
-
   if (nsa > 2)
     ::error ("%s: internal error handling format", who.c_str ());