proc-event-linux: remove unused struct

This commit is contained in:
btwotch 2023-02-06 22:48:26 +01:00 committed by Alessandro Boch
parent 16d31db235
commit b4489369dd
1 changed files with 0 additions and 9 deletions

View File

@ -63,15 +63,6 @@ type ExitProcEvent struct {
ParentTgid uint32
}
type ExitProcEvent2 struct {
ProcessPid uint32
ProcessTgid uint32
ExitCode uint32
ExitSignal uint32
ParentPid uint32
ParentTgid uint32
}
func (e *ExitProcEvent) Pid() uint32 {
return e.ProcessPid
}