From 1364eb7bd7e7e6035b8a8cf4da46481f3d1460f0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 25 Dec 2011 11:49:04 +0100 Subject: lib/charset: Remove an unused variable Autobuild-User: Volker Lendecke Autobuild-Date: Sun Dec 25 15:07:56 CET 2011 on sn-devel-104 --- lib/util/charset/convert_string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util') diff --git a/lib/util/charset/convert_string.c b/lib/util/charset/convert_string.c index 8f46c88039..4f9917e571 100644 --- a/lib/util/charset/convert_string.c +++ b/lib/util/charset/convert_string.c @@ -179,7 +179,9 @@ bool convert_string_error_handle(struct smb_iconv_handle *ic, size_t slen = srclen; size_t dlen = destlen; unsigned char lastp = '\0'; +#ifndef BROKEN_UNICODE_COMPOSE_CHARACTERS bool ret; +#endif if (slen == (size_t)-1) { while (dlen && -- cgit