From 1e0ef27ee90fc0a030bdf13dcb60c82b0aad098d Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Thu, 22 Aug 2024 15:25:16 -0700 Subject: [PATCH] remove outdated comments --- cpp/src/c_api/neighbor_sampling.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/src/c_api/neighbor_sampling.cpp b/cpp/src/c_api/neighbor_sampling.cpp index fe0212bb4cd..90dfd6084f9 100644 --- a/cpp/src/c_api/neighbor_sampling.cpp +++ b/cpp/src/c_api/neighbor_sampling.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "c_api/neighbor_sampling.hpp" // FIXME: Remove this and instead use std::tuple +#include "c_api/neighbor_sampling.hpp" #include "c_api/abstract_functor.hpp" #include "c_api/graph.hpp" @@ -996,7 +996,6 @@ cugraph_error_code_t cugraph_uniform_neighbor_sample( return cugraph::c_api::run_algorithm(graph, functor, result, error); } -// FIXME: Add flag for bias=True/False cugraph_error_code_t cugraph_neighbor_sample( const cugraph_resource_handle_t* handle, cugraph_rng_state_t* rng_state,