]> git.llucax.com Git - z.facultad/75.29/dale.git/commitdiff
Elimina variable no usada.
authorLeandro Lucarella <luca@llucax.hn.org>
Sun, 9 Oct 2005 21:21:51 +0000 (21:21 +0000)
committerLeandro Lucarella <luca@llucax.hn.org>
Sun, 9 Oct 2005 21:21:51 +0000 (21:21 +0000)
src/main.cpp

index f9236199f91049f2b570d9465ce837b818461564..3148ce2b36e1913890f797c047f6260a51512534 100644 (file)
@@ -43,7 +43,7 @@ void procesar(istream& is, ostream& os)
        {
                istringstream iss(linea.c_str());
                char operador;
-               string str_op1, str_operador, str_op2;
+               string str_op1, str_op2;
                iss >> str_op1 >> operador >> str_op2;
                number<> op1 = str_op1;
                number<> op2 = str_op2;