From c0a618fd9bf78c7c9cfb0d46be89de3528b6ebc9 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 22 Oct 2024 08:55:05 -0700 Subject: [PATCH] remove unsued variable --- cpp/tests/sampling/heterogeneous_uniform_neighbor_sampling.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/tests/sampling/heterogeneous_uniform_neighbor_sampling.cpp b/cpp/tests/sampling/heterogeneous_uniform_neighbor_sampling.cpp index 3a5d64b5de..d94d7ad7e5 100644 --- a/cpp/tests/sampling/heterogeneous_uniform_neighbor_sampling.cpp +++ b/cpp/tests/sampling/heterogeneous_uniform_neighbor_sampling.cpp @@ -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> edge_mask{std::nullopt}; - constexpr float select_probability{0.05}; // FIXME: Update the tests to initialize RngState and use it instead