- telnet prompt behaves correctly for new synchronous halt/resume/reset commands

- removed unused variables in tms470.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@290 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-02-11 09:11:50 +00:00
parent fdf58f74e0
commit 01dd733dad
3 changed files with 3 additions and 22 deletions

View File

@@ -44,7 +44,6 @@ enum telnet_states
typedef struct telnet_connection_s
{
char *prompt;
int suppress_prompt;
enum telnet_states state;
char line[TELNET_LINE_MAX_SIZE];
int line_size;