Remove unused variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3200
This commit is contained in:
parent
baade2ff3f
commit
0c788c8d3a
1 changed files with 1 additions and 2 deletions
|
@ -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 <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue