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