From 6a46f448c4905df99931e36fe969ee3b399fb22a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Feb 2019 16:41:04 +0100 Subject: dashboard/app: remove unused function --- dashboard/dashapi/dashapi.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index bec406d78..9c95e98e5 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -161,6 +161,11 @@ 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