pitrou commented on code in PR #36937: URL: https://github.com/apache/arrow/pull/36937#discussion_r1288102213
########## cpp/src/arrow/ipc/reader.cc: ########## @@ -643,27 +641,6 @@ static Status ReadContiguousPayload(io::InputStream* file, return Status::OK(); } Review Comment: Can you remove the `static` qualifier above, since it has become redundant? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org