]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
installer: further preparation
[lyx.git] / src / support / docstring.cpp
index 5a4ddccd3605d4175f9426093abda475eefb75a4..727e1f594c4e9fab34b8f0b79d7b66d4bdb8e125 100644 (file)
@@ -771,7 +771,6 @@ private:
                // [+-]? [0-9]* .? [0-9]* ([eE] [+-]? [0-9]+)?
                string s;
                s.reserve(64);
-               char c;
                numpunct_facet p;
                char const dot = p.decimal_point();
                char const sep = p.thousands_sep();