Delete cleans a cgroup
()
| 529 | |
| 530 | // Delete cleans a cgroup |
| 531 | func (c *CgroupControl) Delete() error { |
| 532 | return c.DeleteByPath(c.path) |
| 533 | } |
| 534 | |
| 535 | // DeleteByPathConn deletes the specified cgroup path using the specified |
| 536 | // dbus connection if needed. |
nothing calls this directly
no test coverage detected