diff --git a/pkg/report/linux.go b/pkg/report/linux.go index d7053bf00d6..8542fce37a9 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -178,9 +178,6 @@ func (ctx *linux) findFirstOops(output []byte) (oops *oops, startPos int, contex oops = oops1 startPos = pos context = ctx.extractContext(line) - - //stripped, questionable := ctx.stripLinePrefix(line, context1) - return } }