diff options
Diffstat (limited to 'libkpod/hooks.go')
-rw-r--r-- | libkpod/hooks.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkpod/hooks.go b/libkpod/hooks.go index f353cdcde..681355bcf 100644 --- a/libkpod/hooks.go +++ b/libkpod/hooks.go @@ -29,6 +29,7 @@ type HookParams struct { HasBindMounts bool `json:"hasbindmounts"` } +/* // readHook reads hooks json files, verifies it and returns the json config func readHook(hookPath string) (HookParams, error) { var hook HookParams @@ -96,3 +97,4 @@ func readHooks(hooksPath string, hooks map[string]HookParams) error { } return nil } +*/ |