From: Cédric Bosdonnat Date: Thu, 13 Feb 2014 12:45:44 +0000 (+0100) Subject: lxc from native: removed now remaining useless line X-Git-Tag: v1.2.2-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7554a85be27440e8afac5c26bf3c945003cd8693;p=thirdparty%2Flibvirt.git lxc from native: removed now remaining useless line --- diff --git a/src/lxc/lxc_native.c b/src/lxc/lxc_native.c index ee07635a0f..2cf479dc74 100644 --- a/src/lxc/lxc_native.c +++ b/src/lxc/lxc_native.c @@ -900,7 +900,6 @@ lxcParseConfigString(const char *config) } /* Loop over lxc.mount.entry to add filesystem devices for them */ - value = virConfGetValue(properties, "lxc.mount.entry"); if (virConfWalk(properties, lxcFstabWalkCallback, vmdef) < 0) goto error;