remove dfs server init.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2021 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2012-04-07 16:10:57 +00:00
parent 6e65fb482a
commit 2c22680aff
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ extern "C" {
/* Initialization of dfs */
void dfs_init(void);
/* Initialization of dfs with filesystem server */
void dfs_server_init(void);
#ifdef __cplusplus
}
#endif