diff options
Diffstat (limited to 'bindings/lang_python_wrapper_top.c')
| -rw-r--r-- | bindings/lang_python_wrapper_top.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bindings/lang_python_wrapper_top.c b/bindings/lang_python_wrapper_top.c index 1454aff6..4ef300a5 100644 --- a/bindings/lang_python_wrapper_top.c +++ b/bindings/lang_python_wrapper_top.c @@ -39,11 +39,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); } |
