summaryrefslogtreecommitdiff
path: root/src/client/Response.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r--src/client/Response.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Response.hxx b/src/client/Response.hxx
index 00c1566fc..4c7e40e8a 100644
--- a/src/client/Response.hxx
+++ b/src/client/Response.hxx
@@ -79,8 +79,6 @@ public:
gcc_printf(2,3)
bool Format(const char *fmt, ...) noexcept;
- static constexpr size_t MAX_BINARY_SIZE = 8192;
-
/**
* Write a binary chunk; this writes the "binary" line, the
* given chunk and the trailing newline.