This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 49930f5151 GH-14916: [C++] Remove the API declaration about 
"ConcatenateBuffers" (#14915)
49930f5151 is described below

commit 49930f5151943973f1dbdc3226aef3ab5ff29024
Author: Tao He <[email protected]>
AuthorDate: Tue Dec 13 00:25:09 2022 +0800

    GH-14916: [C++] Remove the API declaration about "ConcatenateBuffers" 
(#14915)
    
    The API is deprecated since v0.17 and the implementation has been removed 
in 
https://github.com/apache/arrow/commit/ab93ba1f901ad6a2ce3d34404e6b46d2539507db
    
    * Closes: #14916
    
    Authored-by: Tao He <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 cpp/src/arrow/buffer.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cpp/src/arrow/buffer.h b/cpp/src/arrow/buffer.h
index 27b1a1edac..9270c4dea3 100644
--- a/cpp/src/arrow/buffer.h
+++ b/cpp/src/arrow/buffer.h
@@ -505,10 +505,6 @@ ARROW_EXPORT
 Result<std::shared_ptr<Buffer>> ConcatenateBuffers(const BufferVector& buffers,
                                                    MemoryPool* pool = NULLPTR);
 
-ARROW_EXPORT
-Status ConcatenateBuffers(const BufferVector& buffers, MemoryPool* pool,
-                          std::shared_ptr<Buffer>* out);
-
 /// @}
 
 }  // namespace arrow

Reply via email to