Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Aug 22, 2024
1 parent 760c5cd commit 1e0ef27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/c_api/neighbor_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1e0ef27

Please sign in to comment.