Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
  • Loading branch information
ttnghia committed Jan 13, 2024
1 parent 0a42078 commit acaf936
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/src/io/orc/reader_impl_chunking.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ struct file_intermediate_data {
std::vector<std::vector<rmm::device_buffer>> lvl_stripe_data;
std::vector<std::vector<rmm::device_uvector<uint32_t>>> null_count_prefix_sums;

cudf::detail::hostdevice_2dvector<gpu::ColumnDesc> chunks;
cudf::detail::hostdevice_2dvector<gpu::RowGroup> row_groups;

int64_t rows_to_skip;
size_type rows_to_read;
std::vector<metadata::stripe_source_mapping> selected_stripes;
Expand Down

0 comments on commit acaf936

Please sign in to comment.