]> granicus.if.org Git - php/commitdiff
Remove duplicated assignment
authorAnatol Belski <ab@php.net>
Sun, 18 Feb 2018 23:10:58 +0000 (00:10 +0100)
committerAnatol Belski <ab@php.net>
Mon, 19 Feb 2018 09:12:46 +0000 (10:12 +0100)
Zend/zend_API.h

index f036ef3f3161fb2f539545f7e887962b62b74504..91dc9e268cc3ab0a1073b6805710e69162573706 100644 (file)
@@ -216,8 +216,6 @@ typedef struct _zend_fcall_info_cache {
                class_container.__debugInfo = NULL;                                     \
                class_container.serialize_func = NULL;                                  \
                class_container.unserialize_func = NULL;                                \
-               class_container.serialize = NULL;                                               \
-               class_container.unserialize = NULL;                                             \
                class_container.parent = NULL;                                                  \
                class_container.num_interfaces = 0;                                             \
                class_container.traits = NULL;                                                  \