]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unused isc_mem_createx() function
authorOndřej Surý <ondrej@sury.org>
Fri, 6 Sep 2019 09:31:15 +0000 (11:31 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 12 Sep 2019 07:26:09 +0000 (09:26 +0200)
commit19fbdef31e1343b653eb452852719a5d447a5bcc
tree407f05bc368290b8c8ed320d32d8e510417bea90
parent4957255d139fd780c9ae9c3885696e8aa85c43f3
Remove unused isc_mem_createx() function

The isc_mem_createx() function was only used in the tests to eliminate using the
default flags (which as of writing this commit message was ISC_MEMFLAG_INTERNAL
and ISC_MEMFLAG_FILL).  This commit removes the isc_mem_createx() function from
the public API.
lib/isc/include/isc/mem.h
lib/isc/mem.c
lib/isc/tests/Makefile.in
lib/isc/tests/ht_test.c
lib/isc/tests/mem_test.c
lib/isc/win32/libisc.def.in