Index: apr_pools.h =================================================================== RCS file: /home/cvspublic/apr/include/apr_pools.h,v retrieving revision 1.55 diff -u -r1.55 apr_pools.h --- apr_pools.h 2001/08/02 05:24:42 1.55 +++ apr_pools.h 2001/08/11 16:40:02 @@ -340,23 +344,7 @@ apr_pool_t *pparent, int (*apr_abort)(int retcode));
-#if defined(APR_POOL_DEBUG) || defined(DOXYGEN) -/** - * Report the number of bytes currently in the pool - * @param p The pool to inspect - * @param recurse Recurse/include the subpools' sizes - * @return The number of bytes - */ -APR_DECLARE(apr_size_t) apr_pool_num_bytes(apr_pool_t *p, int recurse); - /** - * Report the number of bytes currently in the list of free blocks - * @return The number of bytes - */ -APR_DECLARE(apr_size_t) apr_pool_free_blocks_num_bytes(void); -#endif - -/** * Register a function to be called when a pool is cleared or destroyed * @param p The pool register the cleanup with * @param data The data to pass to the cleanup function.
