From: Volker Lendecke Date: Sun, 25 Dec 2011 10:49:04 +0000 (+0100) Subject: lib/charset: Remove an unused variable X-Git-Tag: tevent-0.9.15~596 X-Git-Url: http://git.samba.org/?p=ddiss%2Fsamba.git;a=commitdiff_plain;h=1364eb7bd7e7e6035b8a8cf4da46481f3d1460f0 lib/charset: Remove an unused variable Autobuild-User: Volker Lendecke Autobuild-Date: Sun Dec 25 15:07:56 CET 2011 on sn-devel-104 --- diff --git a/lib/util/charset/convert_string.c b/lib/util/charset/convert_string.c index 8f46c880391..4f9917e5714 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 &&