From 0c788c8d3a5b23198ac15dc423430d535e578ae4 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 11 Aug 2008 12:52:36 +0000 Subject: [PATCH] Remove unused variable Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3200 --- src/shell/shell.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 2ec452a1..1122e462 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell.cpp,v 1.91 2008-08-10 18:33:30 c2woody Exp $ */ +/* $Id: shell.cpp,v 1.92 2008-08-11 12:52:36 qbix79 Exp $ */ #include #include @@ -264,7 +264,6 @@ void DOS_Shell::ParseLine(char * line) { void DOS_Shell::RunInternal(void) { char input_line[CMD_MAXLINE] = {0}; - std::string line; while(bf && bf->ReadLine(input_line)) { if (echo) {