From: Pierre Joye Date: Thu, 20 Jan 2011 06:55:11 +0000 (+0000) Subject: - unused var X-Git-Tag: php-5.3.6RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d83d01a32e8f17e38ef4d45ccd2d859b5aed2861;p=php - unused var --- diff --git a/ext/com_dotnet/com_olechar.c b/ext/com_dotnet/com_olechar.c index 1cd853b794..5ef509b5c6 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);