summaryrefslogtreecommitdiff
path: root/apps/examples/uip/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/uip/main.c')
-rw-r--r--apps/examples/uip/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/examples/uip/main.c b/apps/examples/uip/main.c
index 21a01998b..fd2da4b8e 100644
--- a/apps/examples/uip/main.c
+++ b/apps/examples/uip/main.c
@@ -105,19 +105,6 @@
****************************************************************************/
/****************************************************************************
- * user_initialize
- ****************************************************************************/
-
-#ifndef CONFIG_HAVE_WEAKFUNCTIONS
-void user_initialize(void)
-{
- /* Stub that must be provided only if the toolchain does
- * not support weak functions.
- */
-}
-#endif
-
-/****************************************************************************
* user_start
****************************************************************************/