]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / buffer / turn_in_piece_visitor.hpp
index 73b3fdf5f9674f942096bb4badb67184d05fe2f2..e8d1bb650f1988ed510d3fc68ba3a309a42f7f7e 100644 (file)
@@ -935,12 +935,8 @@ public:
         switch(analyse_code)
         {
             case analyse_disjoint :
-                return true;
             case analyse_on_offsetted :
-                mutable_turn.count_on_offsetted++; // value is not used anymore
-                return true;
             case analyse_on_original_boundary :
-                mutable_turn.count_on_original_boundary++;
                 return true;
             case analyse_within :
                 mutable_turn.count_within++;