Browse Source

Get rid of CL_REQUIRE/CL_PROVIDE(cl_fmt_floatstring)...

The code doesn't seem to initialize any static objects at all.
master
Alexei Sheplyakov 16 years ago
parent
commit
f01b1e191a
  1. 3
      src/real/format-output/cl_fmt_floatstring.cc

3
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)
Loading…
Cancel
Save