mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
The local auto& foo = env._foo references in run_in_thread() a no longer needed, the code that uses foo can be switched to use _foo (this->_foo) instead Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>