From d7c94e30c5f3fc68cfceb35945b017c06c5d0286 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 14 Jun 2018 17:31:33 +0200 Subject: [PATCH] input/Stream: remove obsolete comment --- src/input/InputStream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 2381de929..d342e3024 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -58,7 +58,7 @@ public: /** * A cond that gets signalled when the state of this object * changes from the I/O thread. The client of this object may - * wait on it. Optional, may be nullptr. + * wait on it. * * This object is allocated by the client, and the client is * responsible for freeing it.