emkornfield commented on a change in pull request #7030:
URL: https://github.com/apache/arrow/pull/7030#discussion_r551610223



##########
File path: cpp/src/arrow/memory_pool.cc
##########
@@ -534,4 +535,139 @@ int64_t ProxyMemoryPool::max_memory() const { return 
impl_->max_memory(); }
 
 std::string ProxyMemoryPool::backend_name() const { return 
impl_->backend_name(); }
 
+ReservationListener::~ReservationListener() {}

Review comment:
       this and the constructor aren't needed if you use = default as suggested 
in the header.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to