hash: Rename hash_delete to hash_remove.
commit342e7423fd65e96f83299494d69ddf03e171413e
authorBruno Haible <bruno@clisp.org>
Sat, 17 Oct 2020 01:00:59 +0000 (17 03:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Oct 2020 01:00:59 +0000 (17 03:00 +0200)
tree3ecd47f3d134a66a93297699e0c02a06abd12edc
parentf0e75527194fc0821af1cb4d01cbb12928a77926
hash: Rename hash_delete to hash_remove.

* lib/hash.h (hash_remove): Renamed from hash_delete.
(hash_delete): New declaration.
* lib/hash.c (hash_remove): Renamed from hash_delete.
(hash_delete): New function.
* tests/test-hash.c (main): Update.
* lib/fts-cycle.c (leave_dir): Likewise.
* NEWS: Mention the change.
ChangeLog
NEWS
lib/fts-cycle.c
lib/hash.c
lib/hash.h
tests/test-hash.c