aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/report/linux.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index d7053bf00..8542fce37 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
}
}