client/Response: remove unused method FormatV()
This commit is contained in:
@@ -42,12 +42,6 @@ Response::Write(const char *data) noexcept
|
||||
return client.Write(data);
|
||||
}
|
||||
|
||||
bool
|
||||
Response::FormatV(const char *fmt, std::va_list args) noexcept
|
||||
{
|
||||
return Write(FormatStringV(fmt, args).c_str());
|
||||
}
|
||||
|
||||
bool
|
||||
Response::VFmt(fmt::string_view format_str, fmt::format_args args) noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user