remove unused code
This commit is contained in:
parent
e4460150d3
commit
7b9ca29f60
1 changed files with 0 additions and 9 deletions
|
@ -79,15 +79,6 @@ struct get_first
|
|||
}
|
||||
};
|
||||
|
||||
struct get_size
|
||||
{
|
||||
typedef unsigned result_type;
|
||||
result_type operator() (geometry_type const& geom) const
|
||||
{
|
||||
return geom.size();
|
||||
}
|
||||
};
|
||||
|
||||
struct multi_geometry_type
|
||||
{
|
||||
typedef std::tuple<unsigned,bool> result_type;
|
||||
|
|
Loading…
Reference in a new issue