From 8f5a5898fd37f548891d91ed8626d7a0b63d90f0 Mon Sep 17 00:00:00 2001 From: "goprife@gmail.com" Date: Thu, 2 Aug 2012 14:14:45 +0000 Subject: [PATCH] remove nfs_init declaration git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2246 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/init/components_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/init/components_init.c b/components/init/components_init.c index b5b30e936c..c2b25bcd43 100644 --- a/components/init/components_init.c +++ b/components/init/components_init.c @@ -79,7 +79,6 @@ void rt_components_init(void) #endif #if defined(RT_USING_DFS_NFS) && defined(RT_USING_LWIP) - extern int nfs_init(void); /* initialize NFSv3 client file system */ nfs_init(); #endif