Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed May 24, 2022
1 parent c8b1aab commit 002ad40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/groupby/groupby.cu
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ std::pair<std::unique_ptr<table>, std::vector<aggregation_result>> groupby::disp
rmm::cuda_stream_view stream,
rmm::mr::device_memory_resource* mr)
{
using namespace cudf::structs::detail;

// If sort groupby has been called once on this groupby object, then
// always use sort groupby from now on. Because once keys are sorted,
// all the aggs that can be done by hash groupby are efficiently done by
Expand Down

0 comments on commit 002ad40

Please sign in to comment.