summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/main.c')
-rw-r--r--apps/examples/ostest/main.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/examples/ostest/main.c b/apps/examples/ostest/main.c
index 53be10764..327ec60e1 100644
--- a/apps/examples/ostest/main.c
+++ b/apps/examples/ostest/main.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/ostest/main.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-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
@@ -450,15 +450,6 @@ static void stdio_test(void)
****************************************************************************/
/****************************************************************************
- * user_initialize
- ****************************************************************************/
-
-void user_initialize(void)
-{
- /* stub */
-}
-
-/****************************************************************************
* user_start
****************************************************************************/