mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +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