From 4d814f3e737aa2fc557c9fbb68eb1289a90f5668 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 30 Oct 2006 18:32:55 +0000 Subject: [PATCH] Remove unused variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15624 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/docstring.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/support/docstring.C b/src/support/docstring.C index 3930146bc0..7d41f2cabb 100644 --- a/src/support/docstring.C +++ b/src/support/docstring.C @@ -66,7 +66,6 @@ void utf8_to_ucs4(std::string const & utf8, docstring & ucs4) return; int maxoutsize = n * 4; - int cd = -1; // basic_string::data() is not recognized by some old gcc version // so we use &(ucs4[0]) instead. char * outbuf = (char *)(&(ucs4[0])); -- 2.39.2