Commit 00a30c6
authored
MINOR: [C++] Remove obsolete TODO comment from mode kernel registration (#49122)
### Rationale for this change
The TODO comment was added in commit 53752ad during the ExecSpan refactoring. It was, presumably, a reminder to migrate the mode kernel from the old `GenerateNumericOld` API to the new `GenerateNumeric` API. This migration was completed in commit 4d931ff, but the TODO comment was accidentally left behind.
### What changes are included in this PR?
Removed the orphaned `// TODO(wesm):` comment from `aggregate_mode.cc`. The work it referenced was completed.
### Are these changes tested?
No, I did not test.
### Are there any user-facing changes?
No.
Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Nic Crane <thisisnic@gmail.com>1 parent 07a0aa3 commit 00a30c6
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
499 | 498 | | |
500 | 499 | | |
501 | 500 | | |
| |||
0 commit comments