From 4ff753b99bff7a960fec0e4b10600de293724fbb Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 20 Jan 2011 06:55:11 +0000 Subject: [PATCH] - unused var --- ext/com_dotnet/com_olechar.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.40.0