* fix threading in the presence of duplicate messages

This commit is contained in:
Dirk-Jan C. Binnema
2011-10-10 08:36:34 +03:00
parent 7e5df3c090
commit 41a8ae3124
2 changed files with 8 additions and 19 deletions

View File

@ -90,8 +90,7 @@ find_last (MuContainer *c)
}
#if 0
static gboolean
G_GNUC_UNUSED static gboolean
check_dup (MuContainer *c, GHashTable *hash)
{
if (g_hash_table_lookup (hash, c)) {
@ -118,7 +117,6 @@ assert_no_duplicates (MuContainer *c)
g_hash_table_destroy (hash);
}
#endif
MuContainer*
@ -598,5 +596,3 @@ mu_container_thread_info_hash_new (MuContainer *root_set, size_t matchnum)
return ti.hash;
}