summaryrefslogtreecommitdiff
path: root/apps/examples/null/null_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/null/null_main.c')
-rw-r--r--apps/examples/null/null_main.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/apps/examples/null/null_main.c b/apps/examples/null/null_main.c
index fa0a1473d..10fc1bf1e 100644
--- a/apps/examples/null/null_main.c
+++ b/apps/examples/null/null_main.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/null/null_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
@@ -58,14 +58,6 @@
****************************************************************************/
/****************************************************************************
- * Name: user_initialize
- ****************************************************************************/
-
-void user_initialize(void)
-{
-}
-
-/****************************************************************************
* Name: user_start
****************************************************************************/