From 7ae655ce4eb73189740251ff92a82cb86686e41f Mon Sep 17 00:00:00 2001 From: jinsolp Date: Thu, 6 Jun 2024 02:09:23 +0000 Subject: [PATCH] remove comment --- cpp/include/raft/neighbors/nn_descent_types.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/include/raft/neighbors/nn_descent_types.hpp b/cpp/include/raft/neighbors/nn_descent_types.hpp index b353d7fd02..93aca6e2a1 100644 --- a/cpp/include/raft/neighbors/nn_descent_types.hpp +++ b/cpp/include/raft/neighbors/nn_descent_types.hpp @@ -30,7 +30,6 @@ #include namespace raft::neighbors::experimental::nn_descent { -// using DistData_t = float; /** * @ingroup nn-descent * @{