提交 a321ffb3 编写于 作者: L LiFeng 提交者: lifeng68

meta: remove get driver meta function

Signed-off-by: NLiFeng <lifeng68@huawei.com>
上级 d04938fa
......@@ -1337,6 +1337,8 @@ static int pack_inspect_data(const container_t *cont, container_inspect **out_in
}
#ifdef ENABLE_OCI_IMAGE
#if 0
// todo replace functions with layer get metadata function
if (!strcmp(cont->common_config->image_type, IMAGE_TYPE_OCI)) {
inspect->graph_driver = graphdriver_get_metadata(cont->common_config->id);
if (inspect->graph_driver == NULL) {
......@@ -1345,6 +1347,7 @@ static int pack_inspect_data(const container_t *cont, container_inspect **out_in
}
}
#endif
#endif
out:
*out_inspect = inspect;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册