From f01b1e191a51c9f219329c284293abf525e4b98e Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Thu, 21 Aug 2008 18:34:06 +0400 Subject: [PATCH] Get rid of CL_REQUIRE/CL_PROVIDE(cl_fmt_floatstring)... The code doesn't seem to initialize any static objects at all. --- src/real/format-output/cl_fmt_floatstring.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/real/format-output/cl_fmt_floatstring.cc b/src/real/format-output/cl_fmt_floatstring.cc index 5bd5fcd..dbcc2c1 100644 --- a/src/real/format-output/cl_fmt_floatstring.cc +++ b/src/real/format-output/cl_fmt_floatstring.cc @@ -3,8 +3,6 @@ // General includes. #include "cl_sysdep.h" -CL_PROVIDE(cl_fmt_floatstring) - // Specification. #include "cl_format.h" @@ -255,4 +253,3 @@ const digits_with_dot format_float_to_string (const cl_F& arg, const sintL width } // namespace cln -CL_PROVIDE_END(cl_fmt_floatstring)