mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Don't open-code calling the region_impl _listeners->moved() in region move-constructor and move-assignment op. The other._impl->_region might be different then &other post region::merge so let the region_impl decide which region* is moved from. The new_region is also set to region_impl->_region so need to open-code that either in the said call sites. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
99 KiB
99 KiB