mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
sel is a local variable, and it is not shared with anybody else. so make it a unique_ptr<> for better readability. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #14189