From 5bbf27b87b6ef29d501821e808fa4905bd774073 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 19 Feb 2018 00:10:58 +0100 Subject: [PATCH] Remove duplicated assignment --- Zend/zend_API.h | 2 -- 1 file changed, 2 deletions(-) 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; \ -- 2.50.1