Skip to content

Commit

Permalink
fix unusing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 26, 2024
1 parent b9ff0a0 commit c0a94f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fast_io_hosted/process/process/arg_env.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ inline constexpr void construct_posix_process_argenvs_decay_singal(
{
constexpr bool type_error{::fast_io::operations::defines::print_freestanding_okay<::fast_io::details::dummy_buffer_output_stream<replace_char_type>, T>};

::fast_io::containers::basic_string<replace_char_type, ::fast_io::native_global_allocator> cstr;
cstr_guard<replace_char_type> cstrg;

if constexpr (type_error)
Expand Down

0 comments on commit c0a94f2

Please sign in to comment.