gdb: -Wshadow warning fixes

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
__archive__
Øyvind Harboe 2010-06-16 08:27:50 +02:00
parent 5104d56e5c
commit 818120d409
1 changed files with 0 additions and 1 deletions

View File

@ -2245,7 +2245,6 @@ static int gdb_input_inner(struct connection *connection)
case 'c':
case 's':
{
struct gdb_connection *gdb_con = connection->priv;
log_add_callback(gdb_log_callback, connection);
if (gdb_con->mem_write_error)