Skip to content

Commit

Permalink
remove unsued variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Oct 22, 2024
1 parent 36ce4fc commit c0a618f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ class Tests_Heterogeneous_Uniform_Neighbor_Sampling
auto edge_weight_view =
edge_weights ? std::make_optional((*edge_weights).view()) : std::nullopt;

std::optional<cugraph::edge_property_t<decltype(graph_view), bool>> edge_mask{std::nullopt};

constexpr float select_probability{0.05};

// FIXME: Update the tests to initialize RngState and use it instead
Expand Down

0 comments on commit c0a618f

Please sign in to comment.