diff src/dmgrowbuf.h @ 1830:3d4bb20f6739

Remove dmGrowBufUpdate() and min/max_offs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 16:17:06 +0300
parents 5e928618fdc8
children 732fa926a5ef
line wrap: on
line diff
--- a/src/dmgrowbuf.h	Fri Jun 22 13:43:44 2018 +0300
+++ b/src/dmgrowbuf.h	Fri Jun 22 16:17:06 2018 +0300
@@ -21,8 +21,6 @@
 
     size_t
         offs,       // Current offset
-        min_offs,
-        max_offs,
         size,       // Actual allocated size
         len,        // Size requested
         mingrow;    // Minimum amount of bytes the allocation size grows by