diff options
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r-- | ext/soap/php_sdl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index c36444e37c..53c9a1a5a0 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -1326,10 +1326,6 @@ static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, char **in) if (real_enc) { enc->to_zval = real_enc->to_zval; enc->to_xml = real_enc->to_xml; - enc->to_zval_before = real_enc->to_zval_before; - enc->to_xml_before = real_enc->to_xml_before; - enc->to_zval_after = real_enc->to_zval_after; - enc->to_xml_after = real_enc->to_xml_after; } } } |