]> git.ipfire.org Git - thirdparty/libvirt.git/commit
LXC: Delete unused variable src in lxcContainerMountBasicFS
authorGao feng <gaofeng@cn.fujitsu.com>
Mon, 11 Jun 2012 03:50:53 +0000 (11:50 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 11 Jun 2012 03:50:53 +0000 (11:50 +0800)
commita80bb970fc1c92b282d832415270f39b06363f16
tree80f2a0d6eb81b9dfd77a91cf18b14f3102f8efa2
parent2d98c6866277332ac63b53bb1345787e428bd491
LXC: Delete unused variable src in lxcContainerMountBasicFS

There is no code use the variable "src" in lxcContainerMountBasicFS.
so delete it and VIR_FREE.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
src/lxc/lxc_container.c