]> www.ginac.de Git - cln.git/commitdiff
Get rid of CL_REQUIRE/CL_PROVIDE(cl_fmt_floatstring)...
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 14:34:06 +0000 (18:34 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:07 +0000 (08:41 +0400)
The code doesn't seem to initialize any static objects at all.

src/real/format-output/cl_fmt_floatstring.cc

index 5bd5fcda534f5abb45d9a0a0f24347d074fd3d1d..dbcc2c135bc1072972152c235aee5d5450f1ed41 100644 (file)
@@ -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)