diff options
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r-- | ext/soap/php_sdl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index e2c4542604..5d25adc231 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -109,7 +109,6 @@ typedef struct _sdlSoapBindingFunctionFault { struct _sdlSoapBindingFunctionBody { char *ns; sdlEncodingUse use; - char *parts; /* not implemented yet */ sdlRpcEncodingStyle encodingStyle; /* not implemented yet */ HashTable *headers; /* array of sdlSoapBindingFunctionHeaderPtr */ }; |