aboutsummaryrefslogtreecommitdiff
path: root/test/support/uses_alloc_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/uses_alloc_types.hpp')
-rw-r--r--test/support/uses_alloc_types.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/support/uses_alloc_types.hpp b/test/support/uses_alloc_types.hpp
index 7f92f0fd19c7..426d2583ef80 100644
--- a/test/support/uses_alloc_types.hpp
+++ b/test/support/uses_alloc_types.hpp
@@ -257,13 +257,6 @@ private:
return alloc;
}
-#ifdef TEST_WORKAROUND_C1XX_EMPTY_PARAMETER_PACK_EXPANSION
- template <class ...LArgs>
- static CtorAlloc getAllocatorFromPackImp(CtorAlloc const& alloc) {
- return alloc;
- }
-#endif
-
bool has_alloc() const { return alloc_store.get_allocator() != nullptr; }
const CtorAlloc *get_alloc() const { return alloc_store.get_allocator(); }
public: