lxc from native: removed now remaining useless line

This commit is contained in:
Cédric Bosdonnat 2014-02-13 13:45:44 +01:00 committed by John Ferlan
parent 760498fdc7
commit 7554a85be2

View 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;