]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
lxc from native: removed now remaining useless line
authorCédric Bosdonnat <cbosdonnat@suse.com>
Thu, 13 Feb 2014 12:45:44 +0000 (13:45 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 13 Feb 2014 12:55:05 +0000 (07:55 -0500)
src/lxc/lxc_native.c

index ee07635a0ffcf8083ca733924c60be08c35de2af..2cf479dc748c288c6020a942d9ee6b779651f10e 100644 (file)
@@ -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;