From: Kalle Sommer Nielsen Date: Tue, 31 Oct 2017 07:50:30 +0000 (+0100) Subject: These functions are always available, exif can't be cross version compiled anyway X-Git-Tag: php-7.3.0alpha1~1131^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7a5e71a33c8e265fc57cd6c6cc52989046ce642;p=php These functions are always available, exif can't be cross version compiled anyway --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 84e5bea958..67e1878e88 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -57,13 +57,6 @@ typedef unsigned char uchar; -#ifndef safe_emalloc -# define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) -#endif -#ifndef safe_erealloc -# define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) -#endif - #ifndef TRUE # define TRUE 1 # define FALSE 0