mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
When making table object it needs the cache tracker reference. The table_for_tests keeps one on board, but the very same object already sits on the sstables manager which has public getter. This makes the table_for_tests's cache tracker object not needed. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>