File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ char *alloca();
265
265
266
266
#if defined(__GNUC__) && ZEND_GCC_VERSION >= 4003
267
267
# define ZEND_COLD __attribute__ ((cold))
268
- # define ZEND_HOT __attribute__ ((hot))
269
268
# ifdef __OPTIMIZE__
270
269
# define ZEND_OPT_SIZE __attribute__ ((optimize(" Os" )))
271
270
# define ZEND_OPT_SPEED __attribute__ ((optimize(" Ofast" )))
@@ -275,19 +274,16 @@ char *alloca();
275
274
# endif
276
275
#else
277
276
# define ZEND_COLD
278
- # define ZEND_HOT
279
277
# define ZEND_OPT_SIZE
280
278
# define ZEND_OPT_SPEED
281
279
#endif
282
280
283
281
#if defined(__GNUC__) && ZEND_GCC_VERSION >= 5000
284
282
# define ZEND_ATTRIBUTE_UNUSED_LABEL __attribute__ ((unused));
285
283
# define ZEND_ATTRIBUTE_COLD_LABEL __attribute__ ((cold));
286
- # define ZEND_ATTRIBUTE_HOT_LABEL __attribute__ ((hot));
287
284
#else
288
285
# define ZEND_ATTRIBUTE_UNUSED_LABEL
289
286
# define ZEND_ATTRIBUTE_COLD_LABEL
290
- # define ZEND_ATTRIBUTE_HOT_LABEL
291
287
#endif
292
288
293
289
#if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)
You can’t perform that action at this time.
0 commit comments