summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ftp/ftp.c')
-rw-r--r--ext/ftp/ftp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c
index 3defd3d506..7ce3386c57 100644
--- a/ext/ftp/ftp.c
+++ b/ext/ftp/ftp.c
@@ -21,8 +21,6 @@
#include "php.h"
-#ifdef HAVE_FTP
-
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
@@ -2266,5 +2264,3 @@ bail:
return PHP_FTP_FAILED;
}
/* }}} */
-
-#endif /* HAVE_FTP */