summaryrefslogtreecommitdiffstats
path: root/bindings/ghashtable.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:10:32 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:10:32 +0000
commitc78a0c99cffddb2851bb0077c15cbc44c17f4ba5 (patch)
tree391e5d17d035abe6615b3ad96817554a1ff78533 /bindings/ghashtable.h
parent3e00001408b5f87e66b3fdcb044d28d8ecb9f403 (diff)
downloadlasso-c78a0c99cffddb2851bb0077c15cbc44c17f4ba5.tar.gz
lasso-c78a0c99cffddb2851bb0077c15cbc44c17f4ba5.tar.xz
lasso-c78a0c99cffddb2851bb0077c15cbc44c17f4ba5.zip
[project @ fpeters@0d.be-20080423095917-mmhdqmpa9i00kuly]
remove assert that needs private struct info Original author: Frederic Peters <fpeters@0d.be> Date: 2008-04-23 11:59:17.694000+02:00
Diffstat (limited to 'bindings/ghashtable.h')
-rw-r--r--bindings/ghashtable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bindings/ghashtable.h b/bindings/ghashtable.h
index e9644755..f349e92e 100644
--- a/bindings/ghashtable.h
+++ b/bindings/ghashtable.h
@@ -31,11 +31,6 @@ g_hash_table_remove_all (GHashTable *hash_table)
{
g_return_if_fail (hash_table != NULL);
-#ifndef G_DISABLE_ASSERT
- if (hash_table->nnodes != 0)
- hash_table->version++;
-#endif
-
g_hash_table_remove_all_nodes (hash_table, TRUE);
g_hash_table_maybe_resize (hash_table);
}