From 9be0eadeb292c1899017f680221cc48453796662 Mon Sep 17 00:00:00 2001 From: DEKHTIARJonathan Date: Mon, 20 Apr 2020 19:18:41 -0700 Subject: [PATCH] Cleaning Leftovers --- tensorflow/compiler/tf2tensorrt/segment/segment.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tensorflow/compiler/tf2tensorrt/segment/segment.cc b/tensorflow/compiler/tf2tensorrt/segment/segment.cc index c431c5b7412..d65dc2cd0be 100644 --- a/tensorflow/compiler/tf2tensorrt/segment/segment.cc +++ b/tensorflow/compiler/tf2tensorrt/segment/segment.cc @@ -404,13 +404,6 @@ void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, } } -namespace { -static void UpdateList(gtl::FlatSet* list, const string& values_to_add){ - -} - -} // namespace - Status SegmentGraph(const Graph* tf_graph, const std::function& candidate_fn, const std::function& input_candidate_fn,