diff options
author | Pierre Joye <pajoye@php.net> | 2011-01-20 06:55:11 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-01-20 06:55:11 +0000 |
commit | 4ff753b99bff7a960fec0e4b10600de293724fbb (patch) | |
tree | 204bf8a2814b02ac2f264261d51fcc63807b4be2 /ext/com_dotnet/com_olechar.c | |
parent | 1e9faabe8e5fafd5b818b3afe86d1af8c5b90c71 (diff) | |
download | php-git-4ff753b99bff7a960fec0e4b10600de293724fbb.tar.gz |
- unused var
Diffstat (limited to 'ext/com_dotnet/com_olechar.c')
-rw-r--r-- | ext/com_dotnet/com_olechar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_olechar.c b/ext/com_dotnet/com_olechar.c index 0599758d1e..2b56fca847 100644 --- a/ext/com_dotnet/com_olechar.c +++ b/ext/com_dotnet/com_olechar.c @@ -70,7 +70,6 @@ PHPAPI char *php_com_olestring_to_string(OLECHAR *olestring, uint *string_len, i char *string; uint length = 0; BOOL ok; - LONG err; length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL); |