summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r--ext/exif/exif.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index a75b7db57a..b2852628ba 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -22,8 +22,6 @@
#include "php.h"
#include "ext/standard/file.h"
-#ifdef HAVE_EXIF
-
/* When EXIF_DEBUG is defined the module generates a lot of debug messages
* that help understanding what is going on. This can and should be used
* while extending the module as it shows if you are at the right position.
@@ -4791,5 +4789,3 @@ PHP_FUNCTION(exif_imagetype)
}
}
/* }}} */
-
-#endif