From 23abb2d19fc0dd7cecc80ecd4063140a49153e91 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 14 Nov 2010 14:33:12 +0000 Subject: [PATCH] small cleanup within [SVN r66569] --- include/boost/geometry/strategies/within.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/boost/geometry/strategies/within.hpp b/include/boost/geometry/strategies/within.hpp index 8302cec18..f18d81f73 100644 --- a/include/boost/geometry/strategies/within.hpp +++ b/include/boost/geometry/strategies/within.hpp @@ -19,10 +19,6 @@ namespace boost { namespace geometry namespace strategy { namespace within { -struct not_applicable_strategy -{ -}; - namespace services { @@ -58,8 +54,6 @@ struct default_strategy , (types) ); - - //typedef strategy::not_implemented type; }; @@ -71,4 +65,6 @@ struct default_strategy }} // namespace boost::geometry + #endif // BOOST_GEOMETRY_STRATEGIES_WITHIN_HPP +