]> granicus.if.org Git - php/commitdiff
- unused var
authorPierre Joye <pajoye@php.net>
Thu, 20 Jan 2011 06:55:11 +0000 (06:55 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 20 Jan 2011 06:55:11 +0000 (06:55 +0000)
ext/com_dotnet/com_olechar.c

index 1cd853b794a050f0aae6306ac7511b52cbacbdba..5ef509b5c6ff71ba52a60709ee12a66c5fb7dc54 100644 (file)
@@ -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);