vircgroup: Remove obsolete sa_assert

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2018-08-19 11:04:35 +02:00
parent 0ec8416f04
commit b14b88b74c

View File

@ -1054,10 +1054,6 @@ virCgroupMakeGroup(virCgroupPtr parent,
if (virCgroupPathOfController(group, i, "", &path) < 0)
goto error;
/* As of Feb 2011, clang can't see that the above function
* call did not modify group. */
sa_assert(group->controllers[i].mountPoint);
VIR_DEBUG("Make controller %s", path);
if (!virFileExists(path)) {
if (!create ||