summaryrefslogtreecommitdiff
path: root/cmd/podman/spec.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/spec.go')
-rw-r--r--cmd/podman/spec.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/spec.go b/cmd/podman/spec.go
index 014919e17..5e98d5b50 100644
--- a/cmd/podman/spec.go
+++ b/cmd/podman/spec.go
@@ -378,7 +378,6 @@ func createConfigToOCISpec(config *createConfig) (*spec.Spec, error) {
}
/*
- Hooks: &configSpec.Hooks{},
//Annotations
Resources: &configSpec.LinuxResources{
BlockIO: &blkio,