diff options
Diffstat (limited to '')
-rw-r--r-- | src/input/InputStream.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 98bc93035..84b4f3fae 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -350,7 +350,6 @@ public: * * The caller must lock the mutex. * - * @param is the InputStream object * @param ptr the buffer to read into * @param size the maximum number of bytes to read * @return the number of bytes read |