mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +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>