mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-24 04:02:10 +00:00
[test] Remove some unused parameters
This commit is contained in:
@@ -63,11 +63,9 @@ void test_distance_point_ring(Strategy_pp const& strategy_pp,
|
||||
template
|
||||
<
|
||||
typename Point,
|
||||
typename Strategy_pp,
|
||||
typename Strategy_ps
|
||||
>
|
||||
void test_distance_multipoint_ring(Strategy_pp const& strategy_pp,
|
||||
Strategy_ps const& strategy_ps)
|
||||
void test_distance_multipoint_ring(Strategy_ps const& strategy_ps)
|
||||
{
|
||||
|
||||
#ifdef BOOST_GEOMETRY_TEST_DEBUG
|
||||
@@ -649,7 +647,7 @@ void test_all_pl_ar(Strategy_pp pp_strategy,
|
||||
Strategy_pb pb_strategy)
|
||||
{
|
||||
test_distance_point_ring<Point>(pp_strategy, ps_strategy);
|
||||
test_distance_multipoint_ring<Point>(pp_strategy, ps_strategy);
|
||||
test_distance_multipoint_ring<Point>(ps_strategy);
|
||||
|
||||
test_distance_point_polygon<Point>(pp_strategy, ps_strategy);
|
||||
test_distance_multipoint_polygon<Point>(pp_strategy, ps_strategy);
|
||||
|
||||
Reference in New Issue
Block a user