Remove isc_mem_{set,get}quota unused functions

This commit is contained in:
Ondřej Surý
2018-11-17 09:40:40 +01:00
parent 0667fa935a
commit 3987a146be
4 changed files with 1 additions and 65 deletions

View File

@@ -333,18 +333,6 @@ isc_mem_setdestroycheck(isc_mem_t *mctx,
* destroyed and abort the program if any are present.
*/
/*@{*/
void
isc_mem_setquota(isc_mem_t *, size_t);
size_t
isc_mem_getquota(isc_mem_t *);
/*%<
* Set/get the memory quota of 'mctx'. This is a hard limit
* on the amount of memory that may be allocated from mctx;
* if it is exceeded, allocations will fail.
*/
/*@}*/
size_t
isc_mem_inuse(isc_mem_t *mctx);
/*%<