diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
