]> 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 0599758d1e9e8f15ebb5ae35a288cc514338634a..2b56fca847b536f541a2f4bc8beb982f33b14b09 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);