Skip to content

Commit

Permalink
remove unused variable. (dmlc#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored Sep 3, 2021
1 parent 49e4582 commit 0860bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rdma_transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ struct Endpoint {
auto byteps_rx_depth = Environment::Get()->find("BYTEPS_RDMA_RX_DEPTH");
auto byteps_start_depth =
Environment::Get()->find("BYTEPS_RDMA_START_DEPTH");
int num_workers = Postoffice::Get()->num_worker_instances();
const char *role_val = CHECK_NOTNULL(Environment::Get()->find("DMLC_ROLE"));
std::string role_str(role_val);
// for joint mode with large number of workers, the default value of rx/tx
Expand Down

0 comments on commit 0860bd6

Please sign in to comment.