summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 16:36:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 16:36:46 +0000
commit430f6ffa6172d629e8f5a0baca1ed43c9afd54db (patch)
treecba70984afc26fc0dd1ae59f967e3baadde6edfe /cpukit/telnetd
parent2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-430f6ffa6172d629e8f5a0baca1ed43c9afd54db.tar.bz2
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/uuid/gen_uuid.c, libnetworking/lib/syslog.c, telnetd/telnetd.c: Fixed warnings.
Diffstat (limited to 'cpukit/telnetd')
-rw-r--r--cpukit/telnetd/telnetd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c
index ec6caabc6f..7175668325 100644
--- a/cpukit/telnetd/telnetd.c
+++ b/cpukit/telnetd/telnetd.c
@@ -302,8 +302,6 @@ rtems_task_telnetd(void *task_argument)
rtems_status_code rtems_telnetd_initialize( void)
{
- rtems_status_code sc = RTEMS_SUCCESSFUL;
-
if (telnetd_task_id != RTEMS_ID_NONE) {
fprintf(stderr, "telnetd already started\n");
return RTEMS_RESOURCE_IN_USE;