remove redundant comments webdav

Sat, 07 May 2022 14:14:20 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 07 May 2022 14:14:20 +0200
branch
webdav
changeset 337
d934c2eb6a76
parent 336
fb75473fecca
child 338
c62ea2a2133b

remove redundant comments

src/server/util/io.h file | annotate | diff | comparison | revisions
--- a/src/server/util/io.h	Sat May 07 14:13:08 2022 +0200
+++ b/src/server/util/io.h	Sat May 07 14:14:20 2022 +0200
@@ -111,17 +111,17 @@
      */
     char     *readbuf;
     /*
-     * readbuf size
+     * readbuf allocated size
      */
-    size_t   bufsize; // allocated buffer size
+    size_t   bufsize;
     /*
      * number of bytes currently stored in readbuf
      */
-    int      *buflen;  // currently number of bytes in the buffer
+    int      *buflen;
     /*
      * current position in the read buffer
      */
-    int      *bufpos; // current buffer position
+    int      *bufpos;
     /*
      * current chunk_buf position
      */

mercurial