Skip to content
Snippets Groups Projects
Commit ed1d0160 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Minor changes

parent ea3adb64
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ src/zcompile/zcompile.h
src/zcompile/zparser.y
src/zcompile/zlexer.l
src/zcompile/zcompile-error.h
src/zcompile/zcompile_main.c
src/knot/common.h
src/knot/main.c
src/knot/ctl/knotc_main.c
......
......@@ -712,8 +712,6 @@ ck_hash_table_t *ck_create_table(uint items)
CLEAR_FLAGS(&table->generation);
SET_GENERATION1(&table->generation);
printf("Table generation: %u\n", table->generation);
us_initialize(&table->hash_system);
return table;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment