diff options
Diffstat (limited to 'pkg/report/darwin.go')
| -rw-r--r-- | pkg/report/darwin.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/report/darwin.go b/pkg/report/darwin.go index 24ec74ab0..52a97ffea 100644 --- a/pkg/report/darwin.go +++ b/pkg/report/darwin.go @@ -5,8 +5,6 @@ package report import ( "regexp" - - "github.com/google/syzkaller/pkg/report/crash" ) func ctorDarwin(cfg *config) (reporterImpl, []string, error) { @@ -45,7 +43,6 @@ var darwinOopses = append([]*oops{ }, }, []*regexp.Regexp{}, - crash.UnknownType, }, { []byte("Debugger: Unexpected kernel trap number:"), @@ -56,7 +53,6 @@ var darwinOopses = append([]*oops{ }, }, []*regexp.Regexp{}, - crash.UnknownType, }, &groupGoRuntimeErrors, }, commonOopses...) |
