]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_root_iterations.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / math / test / test_root_iterations.cpp
index 27fe602b43675bff4968460fd7a3cd2c729d7a27..643b9165821440b6d9635c211857a8f772b8a8f0 100644 (file)
@@ -70,7 +70,7 @@ private:
 BOOST_AUTO_TEST_CASE( test_main )
 {
    int newton_limits = static_cast<int>(std::numeric_limits<double>::digits * 0.6);
-   int halley_limits = static_cast<int>(std::numeric_limits<double>::digits * 0.4);
+
    double arg = 1e-50;
    while(arg < 1e50)
    {