Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
seemingwang committed Dec 1, 2021
1 parent 9242793 commit 099c5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/distributed/table/common_graph_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ int32_t GraphTable::load_edges(const std::string &path, bool reverse_edge) {
extra_shards_copy[extra_nodes_to_thread_index[temp->get_id()]]
->add_graph_node(temp);
}
auto bucket1 = shard->get_bucket();
}
for (int i = 0; i < task_pool_size_; ++i) {
delete extra_shards[i];
Expand Down

0 comments on commit 099c5aa

Please sign in to comment.