Skip to content

Commit

Permalink
remove not used func
Browse files Browse the repository at this point in the history
  • Loading branch information
humingqing authored and humingqing committed Feb 7, 2023
1 parent f5a37ca commit d5e5299
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions paddle/fluid/distributed/ps/table/common_graph_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,6 @@ class GraphTable : public Table {
void build_graph_total_keys();
void build_graph_type_keys();

void set_node_num(int node_num) { node_num_ = node_num; }

void set_node_id(int node_id) { node_id_ = node_id; }

std::vector<uint64_t> graph_total_keys_;
std::vector<std::vector<uint64_t>> graph_type_keys_;
std::unordered_map<int, int> type_to_index_;
Expand Down

0 comments on commit d5e5299

Please sign in to comment.