GHash: eliminate one of the lookup_nodes functions.
authorMorten Welinder <terra@gnome.org>
Wed, 27 Apr 2011 14:46:00 +0000 (10:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 May 2011 03:11:18 +0000 (23:11 -0400)
commit0ae6bc3aaa57eb15826d81d2db466c166d0b75bf
tree7ab46deab8edf533f706d366437df6b35ea465ae
parent6e45153ef78e1dbc59592104f0675ac8e81c6648
GHash: eliminate one of the lookup_nodes functions.

Kill g_hash_table_lookup_node and rename g_hash_table_lookup_node_for_insertion
to g_hash_table_lookup_node.  Since at this point we already check for
toombstones in all callers of g_hash_table_lookup_node this doesn't make
a difference.

https://bugzilla.gnome.org/show_bug.cgi?id=644437
glib/ghash.c