summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-18 09:01:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-18 09:01:23 +0000
commit7c77085658df8486896ccf13ca53a6acac13a49e (patch)
treefb17ede6f6c0260133a16059857d9a4efb67b132 /cpukit/libnetworking
parent2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7c77085658df8486896ccf13ca53a6acac13a49e.tar.bz2
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_dhcp.c: Remove unused var "disconnected".
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp.c2
1 files changed, 0 insertions, 2 deletions
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)
{