From 7004330993821876c5c2830a772781377b2687a9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 17:39:01 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I53dafdb4d23a7a2773a6f63e84f36be191d9f261 --- svl/source/numbers/zformat.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 99f8167e1a9c..48f68b3cd23a 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -64,7 +64,6 @@ const double EXP_LOWER_BOUND = 1.0E-4; // prefer scientific notation below this } // namespace const double _D_MAX_U_LONG_ = (double) 0xffffffff; // 4294967295.0 -const double _D_MAX_LONG_ = (double) 0x7fffffff; // 2147483647.0 const sal_uInt16 _MAX_FRACTION_PREC = 3; const double D_EPS = 1.0E-2; -- cgit