mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
0ec8416f04
commit
b14b88b74c
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user