diff --git a/include/fmt/compile.h b/include/fmt/compile.h index a752ffb4..98cd9509 100644 --- a/include/fmt/compile.h +++ b/include/fmt/compile.h @@ -592,7 +592,6 @@ OutputIt format_to(OutputIt out, const CompiledFormat& cf, using char_type = typename CompiledFormat::char_type; using range = internal::output_range; using context = format_context_t; - format_arg_store as(args...); return cf.template vformat_to( range(out), {make_format_args(args...)}); }