summaryrefslogtreecommitdiff
path: root/src/client/Response.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-27 15:14:47 +0200
committerMax Kellermann <max@musicpd.org>2021-05-27 15:14:54 +0200
commit18efda719e3cb0797a88e58b8236287197dfb61e (patch)
tree9cafdb3ac6d3e2e31adbedbbcf1fc3887014b2bf /src/client/Response.hxx
parent42239a30eb7c9bbfb3a74ddff08fb6906ecba17c (diff)
client/Response: remove unused method Format()
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r--src/client/Response.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/Response.hxx b/src/client/Response.hxx
index 537001aae..4b6af9417 100644
--- a/src/client/Response.hxx
+++ b/src/client/Response.hxx
@@ -81,9 +81,6 @@ public:
bool Write(const char *data) noexcept;
bool FormatV(const char *fmt, std::va_list args) noexcept;
- gcc_printf(2,3)
- bool Format(const char *fmt, ...) noexcept;
-
bool VFmt(fmt::string_view format_str, fmt::format_args args) noexcept;
template<typename S, typename... Args>