diff --git a/cpp/graph-inl.h b/cpp/graph-inl.h index b5a038e8c..5d067bb0c 100644 --- a/cpp/graph-inl.h +++ b/cpp/graph-inl.h @@ -133,8 +133,8 @@ boost::shared_ptr composePoses(const G& graph, const PredecessorMap key2vertex; - boost::tie(g, root, key2vertex) = - predecessorMap2Graph(tree); +// boost::tie(g, root, key2vertex) = +// predecessorMap2Graph(tree); // attach the relative poses to the edges PoseEdge edge1, edge2;