oci: drop ExecContainerCleanup

without the socketsDir, we no longer need to worry about cleaning up after an exec.

Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Peter Hunt
2021-01-14 13:58:36 -05:00
parent fdfff1dab2
commit 452b9e204f
4 changed files with 1 additions and 15 deletions

View File

@ -773,7 +773,7 @@ func (c *Container) cleanupExecBundle(sessionID string) error {
return err
}
return c.ociRuntime.ExecContainerCleanup(c, sessionID)
return nil
}
// the path to a containers exec session bundle