From dcea5f0360725d2c25b61eefe9db7b2474b26dd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Apr 2011 17:48:56 +0000 Subject: Remove user_initialize(); Make sure all integer types are signed that need to be git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/thttpd/main.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'apps/examples/thttpd') 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 @@ -165,19 +165,6 @@ int g_thttpdnsymbols; * 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 ****************************************************************************/ -- cgit v1.2.3