On 06/20/2012 07:21 PM, Liu Yuan wrote: > 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; > Applied these two Thanks, Yuan |