From 68563fab721be1df2b6c9cea188366e6e0c7f204 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 18 Mar 2023 17:09:16 +0100 Subject: [PATCH] removed unused typedef --- include/boost/unordered/detail/foa/concurrent_table.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/unordered/detail/foa/concurrent_table.hpp b/include/boost/unordered/detail/foa/concurrent_table.hpp index 88d31455..cd2061c8 100644 --- a/include/boost/unordered/detail/foa/concurrent_table.hpp +++ b/include/boost/unordered/detail/foa/concurrent_table.hpp @@ -215,7 +215,6 @@ struct concurrent_table_arrays:table_arrays typename boost::allocator_rebind::type; using access_traits=boost::allocator_traits; using pointer=typename access_traits::pointer; - using pointer_traits=boost::pointer_traits; BOOST_TRY{ auto aal=access_alloc(al);