summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/pool.h')
-rw-r--r--pjlib/include/pj/pool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h
index c47195c8..93d67a90 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -151,9 +151,6 @@ struct pj_pool_t
/** Current capacity allocated by the pool. */
pj_size_t capacity;
- /** Number of memory used/allocated. */
- pj_size_t used_size;
-
/** Size of memory block to be allocated when the pool runs out of memory */
pj_size_t increment_size;