summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/main.c')
-rw-r--r--apps/examples/thttpd/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/examples/thttpd/main.c b/apps/examples/thttpd/main.c
index e2fdda4f4..be30876cb 100644
--- a/apps/examples/thttpd/main.c
+++ b/apps/examples/thttpd/main.c
@@ -166,19 +166,6 @@ int g_thttpdnsymbols;
****************************************************************************/
/****************************************************************************
- * 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
****************************************************************************/