From: Pierre Joye Date: Thu, 20 Jan 2011 06:55:11 +0000 (+0000) Subject: - unused var X-Git-Tag: php-5.4.0alpha1~191^2~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ff753b99bff7a960fec0e4b10600de293724fbb;p=php - unused var --- 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);