Remove the previously deprecated lh_table_lookup() function, in favor of lh_table_lookup_ex().

This commit is contained in:
Eric Haszlakiewicz
2017-12-10 00:27:01 -05:00
parent f83cf244cd
commit a19031411d
3 changed files with 1 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ Deprecated and removed features:
--------------------------------
* bits.h has been removed
* lh_abort() has been removed
* lh_table_lookup() has been removed, use lh_table_lookup_ex() instead.
0.13 (up to commit 5dae561, 2017/11/29)