瀏覽代碼

remove dfs server init.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2021 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 13 年之前
父節點
當前提交
2c22680aff
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      components/dfs/include/dfs_init.h

+ 0 - 3
components/dfs/include/dfs_init.h

@@ -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