summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-20 06:55:11 +0000
committerPierre Joye <pajoye@php.net>2011-01-20 06:55:11 +0000
commit4ff753b99bff7a960fec0e4b10600de293724fbb (patch)
tree204bf8a2814b02ac2f264261d51fcc63807b4be2 /ext/com_dotnet
parent1e9faabe8e5fafd5b818b3afe86d1af8c5b90c71 (diff)
downloadphp-git-4ff753b99bff7a960fec0e4b10600de293724fbb.tar.gz
- unused var
Diffstat (limited to 'ext/com_dotnet')
-rw-r--r--ext/com_dotnet/com_olechar.c1
1 files changed, 0 insertions, 1 deletions
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);