diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-02-13 11:03:58 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-02-13 11:03:58 +0000 |
| commit | 81af85c38034074ad49bdb87200d0a1dfc5d1490 (patch) | |
| tree | ba53952dff31b7813adf4a92241fdf9abce001d1 /ext/soap/php_encoding.h | |
| parent | 2d1ae249a85288760c705ef515cd74f7093a3188 (diff) | |
| download | php-git-81af85c38034074ad49bdb87200d0a1dfc5d1490.tar.gz | |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)
Diffstat (limited to 'ext/soap/php_encoding.h')
| -rw-r--r-- | ext/soap/php_encoding.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index f00ea77bc9..47069d1020 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -215,7 +215,6 @@ encodePtr get_conversion_from_type_ex(HashTable *encoding, xmlNodePtr node, cons encodePtr get_conversion_from_href_type_ex(HashTable *encoding, const char *type, int len); void delete_encoder(void *handle); -void delete_tmp_encoder(void *encode); extern encode defaultEncoding[]; |
