summaryrefslogtreecommitdiff
path: root/boost/geometry/multi/algorithms/clear.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/multi/algorithms/clear.hpp')
-rw-r--r--boost/geometry/multi/algorithms/clear.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/boost/geometry/multi/algorithms/clear.hpp b/boost/geometry/multi/algorithms/clear.hpp
index 0b14b6ce9c..6d9e284d0a 100644
--- a/boost/geometry/multi/algorithms/clear.hpp
+++ b/boost/geometry/multi/algorithms/clear.hpp
@@ -15,29 +15,7 @@
#define BOOST_GEOMETRY_MULTI_ALGORITHMS_CLEAR_HPP
-#include <boost/geometry/multi/core/tags.hpp>
#include <boost/geometry/algorithms/clear.hpp>
-namespace boost { namespace geometry
-{
-
-
-#ifndef DOXYGEN_NO_DISPATCH
-namespace dispatch
-{
-
-template <typename Geometry>
-struct clear<Geometry, multi_tag>
- : detail::clear::collection_clear<Geometry>
-{};
-
-
-} // namespace dispatch
-#endif
-
-
-}} // namespace boost::geometry
-
-
#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_CLEAR_HPP