minor (unused alias in test)

This commit is contained in:
vsol 2020-03-14 11:38:08 +03:00
parent c2c5c5c846
commit 6e047c2a45

View File

@ -50,7 +50,6 @@ template <> struct formatter<custom_type> {
FMT_END_NAMESPACE FMT_END_NAMESPACE
TEST(FormatDynArgsTest, CustomFormat) { TEST(FormatDynArgsTest, CustomFormat) {
using context = fmt::format_context;
fmt::dynamic_format_arg_store<fmt::format_context> store; fmt::dynamic_format_arg_store<fmt::format_context> store;
custom_type c{}; custom_type c{};
store.push_back(c); store.push_back(c);