diff --git a/src/schema.cpp b/src/schema.cpp index 5866d0dca691fc258358833fb3f09be71b07f0ce..54bd1068ca337b9e5bd0732018288669f5b4f3cc 100644 --- a/src/schema.cpp +++ b/src/schema.cpp @@ -349,7 +349,6 @@ schema_setup(void) if (glob(JSON_SCHEMA_DIR "/definitions/*.json", 0, NULL, &gl)) return; - avl_init(&s_ctx.schema_definitions, avl_strcmp, false, NULL); for (i = 0; i < gl.gl_pathc; i++) { dbg("def path = %s\n", gl.gl_pathv[i]);