mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
There is no point in calling the wrapper since linearization code is private in `managed_bytes` class and there is no one to call `managed_bytes::data` because it was deleted recently. This patch is a prerequisite for removing `with_linearized_managed_bytes` function completely, alongside with the corresponding parts of implementation in `managed_bytes`. Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com>