Skip to content

Commit

Permalink
Remove vestigial declarations in utils.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Sep 20, 2021
1 parent 783a8be commit 0dd72f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cpp/src/groupby/common/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ inline std::vector<aggregation_result> extract_results(host_span<RequestType con
return results;
}

/**
* @brief Fails an assert if any of the specified `keys` columns do not support equality
* comparisons.
*
* @param keys Grouping keys to be checked for equality comparisons.
*/
void assert_keys_equality_comparable(cudf::table_view const& keys);

} // namespace detail
} // namespace groupby
} // namespace cudf

0 comments on commit 0dd72f7

Please sign in to comment.