Skip to content

Commit 0d3a7b3

Browse files
committed
Fix clang warning on macOS
Change-Id: Ia083b00f529b9fc172694417e0e42cbe9b00b480
1 parent 8aeaf96 commit 0d3a7b3

File tree

1 file changed

+0
-3
lines changed
  • cpp/src/arrow/compute/kernels

1 file changed

+0
-3
lines changed

cpp/src/arrow/compute/kernels/cast.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,9 +1048,6 @@ class IdentityCast : public CastKernelBase {
10481048
out->value = input.array()->Copy();
10491049
return Status::OK();
10501050
}
1051-
1052-
private:
1053-
std::shared_ptr<DataType> out_type_;
10541051
};
10551052

10561053
class ZeroCopyCast : public CastKernelBase {

0 commit comments

Comments
 (0)