summaryrefslogtreecommitdiff
path: root/apps/examples/nsh/nsh_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nsh/nsh_main.c')
-rw-r--r--apps/examples/nsh/nsh_main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/examples/nsh/nsh_main.c b/apps/examples/nsh/nsh_main.c
index 1bd09e8a3..53235a835 100644
--- a/apps/examples/nsh/nsh_main.c
+++ b/apps/examples/nsh/nsh_main.c
@@ -76,22 +76,6 @@
****************************************************************************/
/****************************************************************************
- * Name: user_initialize
- ****************************************************************************/
-
-/* In order to support user_initialize if CONFIG_PAGING is defined, this
- * function (and only this function) would need to get moved to the locked
- * text region.
- */
-
-#ifndef CONFIG_PAGING
-void user_initialize(void)
-{
- /* stub */
-}
-#endif
-
-/****************************************************************************
* Name: user_start
****************************************************************************/