aboutsummaryrefslogtreecommitdiff
path: root/boot/result.cc
diff options
context:
space:
mode:
Diffstat (limited to 'boot/result.cc')
-rw-r--r--boot/result.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/boot/result.cc b/boot/result.cc
index f769625..b56046b 100644
--- a/boot/result.cc
+++ b/boot/result.cc
@@ -443,12 +443,6 @@ std::size_t std::hash<elna::boot::identifier>::operator()(
return std::hash<std::string>{}(key.name());
}
-std::size_t std::hash<elna::boot::global_address>::operator()(
- const elna::boot::global_address& key) const noexcept
-{
- return std::hash<std::string>{}(key.name);
-}
-
std::size_t std::hash<elna::boot::constant_aggregate<std::vector>>::operator()(
const elna::boot::constant_aggregate<std::vector>& key) const noexcept
{