From: Liu Yuan <tailai.ly at taobao.com> Signed-off-by: Liu Yuan <tailai.ly at taobao.com> --- collie/vdi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/collie/vdi.c b/collie/vdi.c index 5cf970f..f21d3e9 100644 --- a/collie/vdi.c +++ b/collie/vdi.c @@ -33,9 +33,6 @@ struct get_vdi_info { uint32_t snapid; }; -struct sd_node latest_node_list[SD_MAX_NODES]; -int nr_latest_node_list; - static int parse_option_size(const char *value, uint64_t *ret) { char *postfix; -- 1.7.10.2 |