mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +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