From 7c77085658df8486896ccf13ca53a6acac13a49e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 18 Oct 2011 09:01:23 +0000 Subject: [PATCH] =?UTF-8?q?2011-10-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/rtems/rtems_dhcp.c: Remove unused var "disconnected". --- cpukit/ChangeLog | 5 +++++ cpukit/libnetworking/rtems/rtems_dhcp.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d641b86eb0..83ef6cf26a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-10-18 Ralf Corsépius + + * libnetworking/rtems/rtems_dhcp.c: Remove unused var + "disconnected". + 2011-10-17 Daniel Hellstrom PR 1935/cpukit diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c index 82f8fd9c5b..a5b4d667a8 100644 --- a/cpukit/libnetworking/rtems/rtems_dhcp.c +++ b/cpukit/libnetworking/rtems/rtems_dhcp.c @@ -688,13 +688,11 @@ dhcp_task (rtems_task_argument _sdl) unsigned int timeout = 0; int error; struct proc *procp = NULL; - int disconnected; rtems_status_code ev_st; sdl = (struct sockaddr_dl *) _sdl; count = dhcp_elapsed_time; - disconnected = 0; while (true) {