aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 0 insertions, 1 deletions
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