changeset 16163:34898b3fc32a

build: Fix unused variable warning in compiling input.cc. * libinterp/interpfcn/input.cc(get_user_input): Remove unused len variable.
author Rik <rik@octave.org>
date Thu, 28 Feb 2013 12:07:23 -0800
parents 23af74103b2c
children c5bfdc4c0963
files libinterp/interpfcn/input.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/input.cc	Thu Feb 28 11:12:58 2013 -0800
+++ b/libinterp/interpfcn/input.cc	Thu Feb 28 12:07:23 2013 -0800
@@ -356,8 +356,6 @@
     {
       retval = current_eval_string;
 
-      size_t len = retval.length ();
-
       // Clear the global eval string so that the next call will return
       // an empty character string with EOF = true.
       current_eval_string = "";