remove unused HashPrefix

This commit is contained in:
tequ
2026-01-29 10:58:06 +09:00
parent 88e870b1c6
commit 87718bdb3b

View File

@@ -69,9 +69,6 @@ enum class HashPrefix : std::uint32_t {
/** Batch */
batch = detail::make_hash_prefix('B', 'C', 'H'),
/** Sponsor */
sponsor = detail::make_hash_prefix('S', 'P', 'N'),
};
template <class Hasher>