mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-01 06:48:39 +00:00
Merge pull request #3094 from weaveworks/remove-getchildren
Remove unused process tree function GetChildren()
This commit is contained in:
@@ -23,10 +23,6 @@ func (m *mockProcessTree) GetParent(pid int) (int, error) {
|
||||
return parent, nil
|
||||
}
|
||||
|
||||
func (m *mockProcessTree) GetChildren(int) ([]int, error) {
|
||||
panic("Not implemented")
|
||||
}
|
||||
|
||||
func TestTagger(t *testing.T) {
|
||||
mtime.NowForce(time.Now())
|
||||
defer mtime.NowReset()
|
||||
|
||||
Reference in New Issue
Block a user