[Process] Remove Groups() from process_openbsd

pull/775/head
TakayukiB Goto 6 years ago
parent 9c6cedb822
commit 7306b38ac6

@ -204,10 +204,6 @@ func (p *Process) GidsWithContext(ctx context.Context) ([]int32, error) {
return gids, nil
}
func (p *Process) Groups() ([]int32, error) {
return p.GroupsWithContext(context.Background())
}
func (p *Process) GroupsWithContext(ctx context.Context) ([]int32, error) {
k, err := p.getKProc()
if err != nil {

Loading…
Cancel
Save