Skip to content

Commit c4f33cb

Browse files
committed
Remove duplicated source
1 parent 78cc130 commit c4f33cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpp/src/arrow/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ if(ARROW_COMPUTE)
780780
compute/kernels/scalar_temporal_binary.cc
781781
compute/kernels/scalar_temporal_unary.cc
782782
compute/kernels/scalar_validity.cc
783-
compute/kernels/temporal_internal.cc
784783
compute/kernels/util_internal.cc
785784
compute/kernels/vector_array_sort.cc
786785
compute/kernels/vector_cumulative_ops.cc

cpp/src/arrow/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ if needs_compute
525525
'compute/kernels/scalar_temporal_binary.cc',
526526
'compute/kernels/scalar_temporal_unary.cc',
527527
'compute/kernels/scalar_validity.cc',
528-
'compute/kernels/temporal_internal.cc',
529528
'compute/kernels/util_internal.cc',
530529
'compute/kernels/vector_array_sort.cc',
531530
'compute/kernels/vector_cumulative_ops.cc',

0 commit comments

Comments
 (0)