mirror of
https://github.com/containers/podman.git
synced 2025-07-17 17:43:23 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user