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,