diff options
| -rw-r--r-- | bindings/ghashtable.h | 5 |
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); } |
