util/IntrusiveHashSet: remove unused type alias "ListHookTraits"
This commit is contained in:
parent
65f1cafa43
commit
fe3e1d31bf
@ -66,9 +66,6 @@ struct IntrusiveHashSetBaseHookTraits {
|
||||
template<typename U>
|
||||
using Hook = typename IntrusiveHashSetHookDetection<U>::type;
|
||||
|
||||
using ListHookTraits =
|
||||
IntrusiveListMemberHookTraits<&T::intrusive_hash_set_siblings>;
|
||||
|
||||
static constexpr T *Cast(Hook<T> *node) noexcept {
|
||||
return static_cast<T *>(node);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user