summaryrefslogtreecommitdiff
path: root/apps/examples/hello/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/hello/main.c')
-rw-r--r--apps/examples/hello/main.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/apps/examples/hello/main.c b/apps/examples/hello/main.c
index 44c8384eb..308603f33 100644
--- a/apps/examples/hello/main.c
+++ b/apps/examples/hello/main.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/hello/main.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -53,19 +53,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
****************************************************************************/