removing dead comments

This commit is contained in:
Dennis Luxen 2013-08-15 15:51:07 +02:00
parent 0a0bed7ae0
commit b7980b83df

View File

@ -405,8 +405,6 @@ void EdgeBasedGraphFactory::Run(
}
distance += penalty;
//distance += heightPenalty;
//distance += ComputeTurnPenalty(u, v, w);
assert(edge_data1.edgeBasedNodeID != edge_data2.edgeBasedNodeID);
original_edge_data_vector.push_back(
OriginalEdgeData(
@ -561,4 +559,3 @@ TurnInstruction EdgeBasedGraphFactory::AnalyzeTurn(
unsigned EdgeBasedGraphFactory::GetNumberOfNodes() const {
return m_node_based_graph->GetNumberOfEdges();
}