Skip to content

Commit

Permalink
remove not used function
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmy Mu committed Feb 16, 2021
1 parent 994637f commit bcf4fa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/dpe_random_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ void RandomPlaceBlob(std::vector<size_t> &blob_sizes,
std::cout << "\nRandomPlacement to place blob of size " << blob_sizes[0]
<< " to targets\n" << std::flush;

std::vector<TargetID> targets =
testing::GetDefaultTargets(node_state.num_devices);
Status result = RandomPlacement(blob_sizes, node_state.ordered_cap,
schemas_tmp);
if (result) {
Expand Down

0 comments on commit bcf4fa6

Please sign in to comment.