mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
There is no need to hold on to the table's shared ptr since it's held by the global table ptr we got in the outer loop. Simplify the code by just getting the local table reference from `gtable`. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>