Commit f5c340b
authored
MINOR: [C++][Parquet] Remove unused SerializedPageReader::current_page_ (#45125)
### Rationale for this change
std::shared_ptr<Page> current_page_ has been defined but not used in the SerializedPageReader.
### What changes are included in this PR?
Simply remove it.
### Are these changes tested?
Pass CI.
### Are there any user-facing changes?
No
Authored-by: Gang Wu <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>1 parent 76fa19e commit f5c340b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | 294 | | |
296 | 295 | | |
297 | 296 | | |
| |||
0 commit comments