insert/replace were identical except for a single line. Replace both with

2007-11-27  Ryan Lortie  <desrt@desrt.ca>

        * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
        g_hash_table_insert_internal): insert/replace were identical except
        for a single line.  Replace both with a common function.


svn path=/trunk/; revision=5964
This commit is contained in:
Ryan Lortie
2007-11-28 03:40:39 +00:00
committed by Ryan Lortie
parent 53e58aafb7
commit 0adbacbff9
2 changed files with 45 additions and 55 deletions

View File

@@ -1,3 +1,9 @@
2007-11-27 Ryan Lortie <desrt@desrt.ca>
* glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
g_hash_table_insert_internal): insert/replace were identical except
for a single line. Replace both with a common function.
2007-11-27 Alexander Larsson <alexl@redhat.com>
* gio/Makefile.am: