summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/telnetd-init.c
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 15:51:07 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:39 -0600
commit3299dda2454a8847c670a732f6c12ef1f2cc5dd0 (patch)
tree527702ea80d3a4953710e275cd1466b2196a51c3 /cpukit/telnetd/telnetd-init.c
parenttestsuites/libtests: Remove networking01 (diff)
downloadrtems-3299dda2454a8847c670a732f6c12ef1f2cc5dd0.tar.bz2
cpukit: Remove telnetd
Update #3850
Diffstat (limited to 'cpukit/telnetd/telnetd-init.c')
-rw-r--r--cpukit/telnetd/telnetd-init.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/telnetd/telnetd-init.c b/cpukit/telnetd/telnetd-init.c
deleted file mode 100644
index 586aaef75d..0000000000
--- a/cpukit/telnetd/telnetd-init.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2018 embedded brains GmbH. All rights reserved.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <rtems/telnetd.h>
-
-rtems_status_code rtems_telnetd_initialize( void )
-{
- return rtems_telnetd_start( &rtems_telnetd_config );
-}