[overlay] Remove unused typedef.

This commit is contained in:
Adam Wulkiewicz
2016-03-02 15:28:12 +01:00
parent 7ea49b3f9f
commit 69e32e2b20

View File

@@ -216,7 +216,6 @@ inline void handle_colocation_cluster(Turns& turns,
{
typedef typename boost::range_value<Turns>::type turn_type;
typedef typename turn_type::turn_operation_type turn_operation_type;
typedef typename ClusterPerSegment::key_type segment_fraction_type;
std::vector<turn_operation_index>::const_iterator vit = operations.begin();