summaryrefslogtreecommitdiff
path: root/apps/examples/wget/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wget/target.c')
-rw-r--r--apps/examples/wget/target.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/examples/wget/target.c b/apps/examples/wget/target.c
index b378e9944..9c55746b3 100644
--- a/apps/examples/wget/target.c
+++ b/apps/examples/wget/target.c
@@ -104,18 +104,6 @@ static void callback(FAR char **buffer, int offset, int datend,
/****************************************************************************
* Public Functions
****************************************************************************/
-/****************************************************************************
- * 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