From 7c77085658df8486896ccf13ca53a6acac13a49e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 18 Oct 2011 09:01:23 +0000 Subject: =?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/libnetworking/rtems/rtems_dhcp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libnetworking') 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) { -- cgit v1.2.3