input/async: remove outdated API documentation

This commit is contained in:
Max Kellermann 2017-09-19 19:56:37 +02:00
parent 513212c5e8
commit cfc152d979

View File

@ -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,