From cfc152d979f01cc78d32b571206ba77671291da0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Sep 2017 19:56:37 +0200 Subject: [PATCH] input/async: remove outdated API documentation --- src/input/AsyncInputStream.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/input/AsyncInputStream.hxx b/src/input/AsyncInputStream.hxx index 14a7bbb8a..be29d0f4a 100644 --- a/src/input/AsyncInputStream.hxx +++ b/src/input/AsyncInputStream.hxx @@ -69,10 +69,6 @@ protected: std::exception_ptr postponed_exception; public: - /** - * @param _buffer a buffer allocated with HugeAllocate(); the - * destructor will free it using HugeFree() - */ AsyncInputStream(EventLoop &event_loop, const char *_url, Mutex &_mutex, Cond &_cond, size_t _buffer_size,