sandboxDir not needed in runtime

Signed-off-by: Rajat Chopra <rchopra@redhat.com>
This commit is contained in:
Rajat Chopra 2016-08-30 18:12:27 -07:00 committed by Mrunal Patel
parent 303a3929b2
commit 56df8bb639

View file

@ -27,7 +27,6 @@ func New(runtimePath string, containerDir string) (*Runtime, error) {
type Runtime struct {
name string
path string
sandboxDir string
containerDir string
}