[Process] Remove Groups() from process_openbsd
This commit is contained in:
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…
Reference in New Issue