mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
This was a global variable that was potentially modified from a performance benchmark. It would modify the behavior of `index_reader` in certain scenarios. Remove the variable so we can specify the behavior of `index_reader` functions without relying on anything other than what's passed into the constructor and the function parameters.