From: Anatol Belski Date: Sun, 18 Feb 2018 23:10:58 +0000 (+0100) Subject: Remove duplicated assignment X-Git-Tag: php-7.3.0alpha1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bbf27b87b6ef29d501821e808fa4905bd774073;p=php Remove duplicated assignment --- diff --git a/Zend/zend_API.h b/Zend/zend_API.h index f036ef3f31..91dc9e268c 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -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; \