summaryrefslogtreecommitdiff
path: root/apps/examples/mount/mount_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mount/mount_main.c')
-rw-r--r--apps/examples/mount/mount_main.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/examples/mount/mount_main.c b/apps/examples/mount/mount_main.c
index 05bda8150..00070b94c 100644
--- a/apps/examples/mount/mount_main.c
+++ b/apps/examples/mount/mount_main.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * mount_main.c
+ * examples/mount/mount_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
@@ -567,14 +567,6 @@ static void succeed_stat(const char *path)
****************************************************************************/
/****************************************************************************
- * Name: user_initialize
- ****************************************************************************/
-
-void user_initialize(void)
-{
-}
-
-/****************************************************************************
* Name: user_start
****************************************************************************/