From 76dd003f1b102b791d8b342a1f92a6486ff56a1e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 14 Feb 2019 10:36:24 +0100 Subject: dashboard/dashapi: remove unused type Stray change in the previous commit. This unbreaks CI build. --- dashboard/dashapi/dashapi.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 9c95e98e5..bec406d78 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -161,11 +161,6 @@ func (dash *Dashboard) ReportBuildError(req *BuildErrorReq) error { return dash.Query("report_build_error", req, nil) } -type CommitPollReq struct { - Managers []string -} - - // Crash describes a single kernel crash (potentially with repro). type Crash struct { BuildID string // refers to Build.ID -- cgit mrf-deployment