From df92da0d0e5b0d44eda9ae096b9ccffd4158f0ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 25 Jul 2017 20:23:37 +0200 Subject: dashboard/dashapi: don't send manager name in crashes We already have manager name in Build and Crash references Build. --- dashboard/dashapi/dashapi.go | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index a60b1eee6..a5d5e267f 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -49,7 +49,6 @@ func (dash *Dashboard) UploadBuild(build *Build) error { // Crash describes a single kernel crash (potentially with repro). type Crash struct { - Manager string BuildID string // refers to Build.ID Title string Maintainers []string -- cgit mrf-deployment