Skip to content
Snippets Groups Projects
Commit 85805ddc authored by Jakob Olsson's avatar Jakob Olsson
Browse files

schema: remove old avl_init for definitions tree

parent afb77072
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,6 @@ schema_setup(void) ...@@ -349,7 +349,6 @@ schema_setup(void)
if (glob(JSON_SCHEMA_DIR "/definitions/*.json", 0, NULL, &gl)) if (glob(JSON_SCHEMA_DIR "/definitions/*.json", 0, NULL, &gl))
return; return;
avl_init(&s_ctx.schema_definitions, avl_strcmp, false, NULL);
for (i = 0; i < gl.gl_pathc; i++) { for (i = 0; i < gl.gl_pathc; i++) {
dbg("def path = %s\n", gl.gl_pathv[i]); dbg("def path = %s\n", gl.gl_pathv[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment