Merge pull request #3094 from weaveworks/remove-getchildren

Remove unused process tree function GetChildren()
This commit is contained in:
Matthias Radestock
2018-02-26 13:43:29 +00:00
committed by GitHub
2 changed files with 0 additions and 32 deletions

View File

@@ -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()