From d9d4ff1676eceec8a88e9fa8b6051ff5eb8efe21 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 11 Sep 2023 09:52:57 +0200 Subject: [PATCH] removed unused typedef --- test/cfoa/exception_constructor_tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cfoa/exception_constructor_tests.cpp b/test/cfoa/exception_constructor_tests.cpp index 0899138e..58ea4fe2 100644 --- a/test/cfoa/exception_constructor_tests.cpp +++ b/test/cfoa/exception_constructor_tests.cpp @@ -254,7 +254,6 @@ namespace { template void initializer_list_bucket_count(std::pair p) { - using value_type = typename X::value_type; using allocator_type = typename X::allocator_type; auto init_list = p.second;