summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/pashello.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/pashello.c')
-rw-r--r--apps/examples/pashello/pashello.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/examples/pashello/pashello.c b/apps/examples/pashello/pashello.c
index 8bdefe702..9ebe68a27 100644
--- a/apps/examples/pashello/pashello.c
+++ b/apps/examples/pashello/pashello.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/pashello/pashello.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -99,16 +99,6 @@ static void prun(FAR struct pexec_s *st)
****************************************************************************/
/****************************************************************************
- * user_initialize
- ****************************************************************************/
-
-#ifndef CONFIG_HAVE_WEAKFUNCTIONS
-void user_initialize(void)
-{
-}
-#endif
-
-/****************************************************************************
* user_start
****************************************************************************/