diff --git a/components/dfs/include/dfs_init.h b/components/dfs/include/dfs_init.h index 7fcc15e96..176d78981 100644 --- a/components/dfs/include/dfs_init.h +++ b/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