Skip to content

Commit 2599d00

Browse files
TysonAndrenikic
authored andcommitted
Remove eval serializer name from header
This was removed from the implementation long ago. See "Remove experimental eval serializer"
1 parent 5bebd89 commit 2599d00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apc.h

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ PHP_APCU_API apc_serializer_t* apc_find_serializer(const char* name); /* }}} */
134134
PHP_APCU_API int APC_SERIALIZER_NAME(php) (APC_SERIALIZER_ARGS);
135135
PHP_APCU_API int APC_UNSERIALIZER_NAME(php) (APC_UNSERIALIZER_ARGS); /* }}} */
136136

137-
/* {{{ eval serializers */
138-
PHP_APCU_API int APC_SERIALIZER_NAME(eval) (APC_SERIALIZER_ARGS);
139-
PHP_APCU_API int APC_UNSERIALIZER_NAME(eval) (APC_UNSERIALIZER_ARGS); /* }}} */
140-
141137
#define php_apc_try \
142138
{ \
143139
JMP_BUF *zb = EG(bailout); \

0 commit comments

Comments
 (0)