diff options
Diffstat (limited to 'src/config/config.c')
-rw-r--r-- | src/config/config.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/config.c b/src/config/config.c index 82524025..dd3b09a8 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -109,9 +109,6 @@ REQUIRE_OBJECT ( pxe_call ); #ifdef DOWNLOAD_PROTO_TFTP REQUIRE_OBJECT ( tftp ); #endif -#ifdef DOWNLOAD_PROTO_NFS -REQUIRE_OBJECT ( nfs ); -#endif #ifdef DOWNLOAD_PROTO_HTTP REQUIRE_OBJECT ( http ); #endif |