summaryrefslogtreecommitdiff
path: root/apps/examples/ftpd/ftpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpd/ftpd.h')
-rw-r--r--apps/examples/ftpd/ftpd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/examples/ftpd/ftpd.h b/apps/examples/ftpd/ftpd.h
index 98ee3b3b6..6a439e818 100644
--- a/apps/examples/ftpd/ftpd.h
+++ b/apps/examples/ftpd/ftpd.h
@@ -107,16 +107,6 @@
# endif
#endif
-/* Is this being built as an NSH built-in application? */
-
-#ifdef CONFIG_NSH_BUILTIN_APPS
-# define MAIN_NAME ftpd_start
-# define MAIN_STRING "ftpd_start: "
-#else
-# define MAIN_NAME user_start
-# define MAIN_STRING "user_start: "
-#endif
-
/****************************************************************************
* Public Types
****************************************************************************/