Skip to content

Commit 48c8c5f

Browse files
committed
Remove ParseSignal from client
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 281eb22 commit 48c8c5f

File tree

2 files changed

+0
-57
lines changed

2 files changed

+0
-57
lines changed

client/signals.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,3 @@ func GetOCIStopSignal(ctx context.Context, image Image, defaultSignal string) (s
8181

8282
return config.StopSignal, nil
8383
}
84-
85-
// ParseSignal parses a given string into a syscall.Signal
86-
// the rawSignal can be a string with "SIG" prefix,
87-
// or a signal number in string format.
88-
//
89-
// Deprecated: Use github.com/moby/sys/signal instead.
90-
func ParseSignal(rawSignal string) (syscall.Signal, error) {
91-
return signal.ParseSignal(rawSignal)
92-
}

integration/client/signals_test.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)