Cleaning Leftovers

This commit is contained in:
DEKHTIARJonathan 2020-04-20 19:18:41 -07:00
parent e97fdb5539
commit 9be0eadeb2

View File

@ -404,13 +404,6 @@ void ContractEdge(SimpleEdge* edge, SimpleGraph* graph,
}
}
namespace {
static void UpdateList(gtl::FlatSet<string>* list, const string& values_to_add){
}
} // namespace
Status SegmentGraph(const Graph* tf_graph,
const std::function<Status(const Node*)>& candidate_fn,
const std::function<bool(const Edge*)>& input_candidate_fn,