Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile warning in nested_json_gpu.cu (#11607)
Fixes compile warning introduced in #11534 ``` /cudf/cpp/src/io/json/nested_json_gpu.cu(970): warning #177-D: variable "single_item_count" was declared but never referenced ``` Removed unreferenced variable declaration. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Bradley Dice (https://github.com/bdice) URL: #11607
- Loading branch information