mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Now that token representation is always array<uint8_t, 8>, hash<dht::token> will always pick read_le<size_t>(reinterpret_cast<const char*>(b.data())) and never call hash_large_token because the check is always true b.size() == sizeof(size_t). Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>